Merge pull request #6921 from alvasw/seednode_docker_fix_regtest

seednode-docker: Fix regtest bitcoind config
This commit is contained in:
Alejandro García 2023-10-15 20:38:50 +00:00 committed by GitHub
commit ccb58ac66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@ services:
- -onion=bisq-tor:9050
- -rpcallowip=127.0.0.1
- -rpcallowip=172.0.0.1/8 # Docker IP range
- -rpcuser=${BITCOIN_RPC_USER}
- -rpcpassword=${BITCOIN_RPC_PASS}
- -rpcuser=bisqdao
- -rpcpassword=bsq
- -blocknotify=/blocknotify.sh %s
- -bind=0.0.0.0:${BITCOIN_RPC_PORT}
- -rpcbind=0.0.0.0:${BITCOIN_RPC_PORT}
- -bind=0.0.0.0:18443
- -rpcbind=0.0.0.0:18443
bisq-seednode-1:
image: bisq/seednode:latest