fix rpc connection
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker exec btcpayserver_bitcoind bitcoin-cli -datadir="/data" -rpcport=43782 "$@"
|
||||
docker exec btcpayserver_bitcoind bitcoin-cli -datadir="/data" "$@"
|
||||
|
||||
@@ -9,6 +9,7 @@ services:
|
||||
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
BITCOIN_WALLETDIR: "/walletdata"
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
rpcport=43782
|
||||
rpcbind=0.0.0.0:43782
|
||||
rpcallowip=0.0.0.0/0
|
||||
port=39388
|
||||
|
||||
Reference in New Issue
Block a user