docs(readme): missing environment variables

This commit is contained in:
Ilshidur
2019-10-20 18:09:47 +02:00
parent 0c37551aae
commit 23ba0a4eb2

View File

@@ -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 \