mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
Merge pull request #6903 from alvasw/seednode_docker_tor_logs_to_console
seednode-docker: Send Tor logs to stdout/stderr
This commit is contained in:
commit
971faa3792
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ services:
|
||||||
"--SOCKSPort", "0.0.0.0:9050",
|
"--SOCKSPort", "0.0.0.0:9050",
|
||||||
"--ControlPort", "0.0.0.0:9051",
|
"--ControlPort", "0.0.0.0:9051",
|
||||||
"--HashedControlPassword", "16:ED08CEBE4E91EA126089506E2880119E20A39054754D3916EAFF774046", # password: bisq
|
"--HashedControlPassword", "16:ED08CEBE4E91EA126089506E2880119E20A39054754D3916EAFF774046", # password: bisq
|
||||||
"--Log", "notice syslog",
|
"--Log", "notice",
|
||||||
"--SafeSocks", "0",
|
"--SafeSocks", "0",
|
||||||
"--HiddenServiceStatistics", "0",
|
"--HiddenServiceStatistics", "0",
|
||||||
"--AvoidDiskWrites", "1" ]
|
"--AvoidDiskWrites", "1" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue