We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd1ce2c + d00c9bb commit 8713facCopy full SHA for 8713fac
Dockerfile
@@ -38,6 +38,9 @@ ENV ENABLE_ID_OBFUSCATION=false
38
ENV REDACT_IP_ADDRESSES=false
39
ENV WEBPORT=80
40
41
+# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
42
+STOPSIGNAL SIGWINCH
43
+
44
# Final touches
45
EXPOSE 80
46
CMD ["bash", "/entrypoint.sh"]
docker/entrypoint.sh
@@ -88,4 +88,4 @@ fi
88
echo "Done, Starting APACHE"
89
90
# This runs apache
91
-apache2-foreground
+exec apache2-foreground
0 commit comments