summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-02-28 18:13:27 +0100
committerGitHub <noreply@github.com>2018-02-28 18:13:27 +0100
commit26f4bcb1ce2dad98c457c3b6b755cca134485b14 (patch)
treec9c2353ba8006b11e4d916780df8fe72b52b9aee /Dockerfile
parentc4702d990440b6881080fed49fad6feb17ea1b3a (diff)
downloadbugzilla-26f4bcb1ce2dad98c457c3b6b755cca134485b14.tar.gz
bugzilla-26f4bcb1ce2dad98c457c3b6b755cca134485b14.tar.xz
Bug 1437646 - Add Bugzilla::DaemonControl
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 . .