Merge pull request #6922 from alvasw/seednode_docker_bitciond_remove_onion_arg

bitcoind-docker: Remove -onion arg (doesn't support hostnames)
This commit is contained in:
Alejandro García 2023-10-15 20:39:21 +00:00 committed by GitHub
commit 35adee716e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ services:
- -dbcache=1337
- -maxconnections=1337
- -peerbloomfilters=1
- -onion=bisq-tor:9050
- -rpcallowip=127.0.0.1
- -rpcallowip=172.0.0.1/8 # Docker IP range
- -rpcuser=bisq

View File

@ -15,7 +15,6 @@ services:
- -dbcache=1337
- -maxconnections=1337
- -peerbloomfilters=1
- -onion=bisq-tor:9050
- -rpcallowip=127.0.0.1
- -rpcallowip=172.0.0.1/8 # Docker IP range
- -rpcuser=bisqdao