bitcoind-docker: Remove -onion arg (doesn't support hostnames)

This commit is contained in:
Alva Swanson 2023-10-15 17:52:56 +02:00
parent 16c66cfedd
commit aeb48a6706
No known key found for this signature in database
GPG Key ID: 004760E77F753090
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