From 26f4bcb1ce2dad98c457c3b6b755cca134485b14 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 28 Feb 2018 12:13:27 -0500 Subject: Bug 1437646 - Add Bugzilla::DaemonControl --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Dockerfile') 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 . . -- cgit v1.2.3-24-g4f1b