From 0b65bb7e9ae62e48b6742fae12e8401886aecc63 Mon Sep 17 00:00:00 2001 From: otbutz Date: Thu, 29 Dec 2022 15:47:25 +0100 Subject: [PATCH] Fix nginx signaling (#1207) --- nginx/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index efbd0e1ddc..2b198fb1ab 100644 --- a/nginx/Dockerfile +++ b/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