From ec16616ebe7a652427b9bf387466e811b6530698 Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Tue, 4 Feb 2020 11:12:44 +0100 Subject: [PATCH] feat(dockerfile): default `TOR_DirPort` value --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b3869e..6e49774 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine:3.11 +FROM lsiobase/alpine:3.11 LABEL maintainer "Nicolas Coutin " @@ -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"