mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-19 06:43:52 +02:00
fix(dockerfile): default data directory
This commit is contained in:
@@ -11,6 +11,7 @@ EXPOSE 9001
|
||||
|
||||
ENV RELAY_TYPE relay
|
||||
ENV TOR_ORPort 9001
|
||||
ENV TOR_DataDirectory /var/lib/tor
|
||||
ENV TOR_ContactInfo "Random Person nobody@tor.org"
|
||||
ENV TOR_RelayBandwidthRate "100 KBytes"
|
||||
ENV TOR_RelayBandwidthBurst "200 KBytes"
|
||||
|
||||
Reference in New Issue
Block a user