mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
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:
commit
35adee716e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user