mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
seednode: Add external Tor to docker-compose.yml
This commit is contained in:
parent
37e855994e
commit
c457206859
@ -21,3 +21,17 @@ services:
|
||||
- --dumpBlockchainData=${BISQ_DUMP_BLOCKCHAIN}
|
||||
- --dumpStatistics=${BISQ_DUMP_STATISTICS}
|
||||
- --torControlPort=${BISQ_EXTERNAL_TOR_PORT}
|
||||
|
||||
bisq-tor:
|
||||
image: bisq/tor:latest
|
||||
command: [ "--allow-missing-torrc",
|
||||
"--RunAsDaemon", "1",
|
||||
"--SOCKSPort", "9050",
|
||||
"--ControlPort", "9051",
|
||||
"--Log", "notice syslog",
|
||||
"--CookieAuthentication", "0",
|
||||
"--CookieAuthFileGroupReadable", "1",
|
||||
"--DataDirectoryGroupReadable", "1",
|
||||
"--SafeSocks", "0",
|
||||
"--HiddenServiceStatistics", "0",
|
||||
"--AvoidDiskWrites", "1" ]
|
||||
|
Loading…
Reference in New Issue
Block a user