Skip to content

Commit

Permalink
fix rpc connection
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jan 28, 2021
1 parent 22045e7 commit feff41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin-cli.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker exec btcpayserver_bitcoind bitcoin-cli -datadir="/data" -rpcport=43782 "$@"
docker exec btcpayserver_bitcoind bitcoin-cli -datadir="/data" "$@"
1 change: 1 addition & 0 deletions docker-compose-generator/docker-fragments/bitcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feff41b

Please sign in to comment.