Browse Source

Define stopsignal

bt90 1 year ago
parent
commit
d00c9bbbed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -38,6 +38,9 @@ ENV ENABLE_ID_OBFUSCATION=false
 ENV REDACT_IP_ADDRESSES=false
 ENV REDACT_IP_ADDRESSES=false
 ENV WEBPORT=80
 ENV WEBPORT=80
 
 
+# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
+STOPSIGNAL SIGWINCH
+
 # Final touches
 # Final touches
 EXPOSE 80
 EXPOSE 80
 CMD ["bash", "/entrypoint.sh"]
 CMD ["bash", "/entrypoint.sh"]