From d00c9bbbedf5956343bbbd4e9ac2826b8d6a684f Mon Sep 17 00:00:00 2001 From: bt90 Date: Wed, 17 Apr 2024 20:34:45 +0200 Subject: [PATCH] Define stopsignal --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 212779f..a626296 100755 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,9 @@ ENV ENABLE_ID_OBFUSCATION=false ENV REDACT_IP_ADDRESSES=false ENV WEBPORT=80 +# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop +STOPSIGNAL SIGWINCH + # Final touches EXPOSE 80 CMD ["bash", "/entrypoint.sh"]