Skip to content

Commit

Permalink
docs(readme): missing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed Oct 20, 2019
1 parent 0c37551 commit 23ba0a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 23ba0a4

Please sign in to comment.