mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-19 14:53:51 +02:00
docs(readme): missing environment variables
This commit is contained in:
@@ -12,6 +12,9 @@ docker run \
|
||||
--name tor-relay \
|
||||
-e RELAY_TYPE=bridge \
|
||||
-e TOR_ORPort=9001 \
|
||||
-e TOR_Nickname=ididnteditheconfig \
|
||||
-e TOR_RelayBandwidthRate="100 KBytes" \
|
||||
-e TOR_RelayBandwidthBurst="200 KBytes" \
|
||||
-e TZ=Europe/London \
|
||||
-p 9001:9001 \
|
||||
--restart always \
|
||||
@@ -26,6 +29,9 @@ docker run \
|
||||
--name tor-relay \
|
||||
-e RELAY_TYPE=relay \
|
||||
-e TOR_ORPort=9001 \
|
||||
-e TOR_Nickname=ididnteditheconfig \
|
||||
-e TOR_RelayBandwidthRate="100 KBytes" \
|
||||
-e TOR_RelayBandwidthBurst="200 KBytes" \
|
||||
-e TZ=Europe/London \
|
||||
-p 9001:9001 \
|
||||
--restart always \
|
||||
@@ -40,6 +46,9 @@ docker run \
|
||||
--name tor-relay \
|
||||
-e RELAY_TYPE=exit \
|
||||
-e TOR_ORPort=9001 \
|
||||
-e TOR_Nickname=ididnteditheconfig \
|
||||
-e TOR_RelayBandwidthRate="100 KBytes" \
|
||||
-e TOR_RelayBandwidthBurst="200 KBytes" \
|
||||
-e TZ=Europe/London \
|
||||
-p 9001:9001 \
|
||||
--restart always \
|
||||
|
||||
Reference in New Issue
Block a user