Skip to content

Commit

Permalink
fix(dockerfile): default data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed Oct 29, 2019
1 parent e5ccad3 commit 29344f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]"
ENV TOR_RelayBandwidthRate "100 KBytes"
ENV TOR_RelayBandwidthBurst "200 KBytes"
Expand Down

0 comments on commit 29344f3

Please sign in to comment.