Browse Source

Fix nginx signaling (#1207)

otbutz 2 years ago
parent
commit
0b65bb7e9a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      nginx/Dockerfile

+ 2 - 0
nginx/Dockerfile

@@ -6,4 +6,6 @@ COPY LICENSE /LICENSE
 COPY nginx.conf "/etc/nginx/nginx.conf.template"
 COPY start.sh /start.sh
 
+STOPSIGNAL SIGQUIT
+
 CMD /start.sh