mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #6921 from alvasw/seednode_docker_fix_regtest
seednode-docker: Fix regtest bitcoind config
This commit is contained in:
commit
ccb58ac66e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user