summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 6ebdc1946..c1525f217 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,8 +15,12 @@ ENV HTTPD_MaxSpareServers=20
ENV HTTPD_ServerLimit=256
ENV HTTPD_MaxClients=256
ENV HTTPD_MaxRequestsPerChild=4000
+
ENV PORT=8000
+# we run a loopback logging server on this TCP port.
+ENV LOGGING_PORT=5880
+
WORKDIR /app
COPY . .