mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-15 14:20:40 +02:00
fix rpc connection
This commit is contained in:
parent
22045e797a
commit
feff41bf14
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||||
BITCOIN_WALLETDIR: "/walletdata"
|
BITCOIN_WALLETDIR: "/walletdata"
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
rpcport=43782
|
||||||
rpcbind=0.0.0.0:43782
|
rpcbind=0.0.0.0:43782
|
||||||
rpcallowip=0.0.0.0/0
|
rpcallowip=0.0.0.0/0
|
||||||
port=39388
|
port=39388
|
||||||
|
Loading…
Reference in New Issue
Block a user