mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-18 14:23:52 +02:00
feat(dockerfile): default TOR_DirPort value
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.11
|
||||
FROM lsiobase/alpine:3.11
|
||||
|
||||
LABEL maintainer "Nicolas Coutin <ilshidur@gmail.com>"
|
||||
|
||||
@@ -16,6 +16,7 @@ EXPOSE 9001 9030
|
||||
# TOR configuration through environment variables.
|
||||
ENV RELAY_TYPE relay
|
||||
ENV TOR_ORPort 9001
|
||||
ENV TOR_DirPort 9030
|
||||
ENV TOR_DataDirectory /data
|
||||
ENV TOR_ContactInfo "Random Person nobody@tor.org"
|
||||
ENV TOR_RelayBandwidthRate "100 KBytes"
|
||||
|
||||
Reference in New Issue
Block a user