diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 56e62f36..eb623c2e 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -109,6 +109,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index e614aae1..8521d5a9 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -100,6 +100,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/mainline/alpine-perl/Dockerfile b/mainline/alpine-perl/Dockerfile index e0c54b80..1b5dfd07 100644 --- a/mainline/alpine-perl/Dockerfile +++ b/mainline/alpine-perl/Dockerfile @@ -120,6 +120,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/mainline/alpine/Dockerfile b/mainline/alpine/Dockerfile index 69487071..dce93c6b 100644 --- a/mainline/alpine/Dockerfile +++ b/mainline/alpine/Dockerfile @@ -119,6 +119,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/mainline/debian-perl/Dockerfile b/mainline/debian-perl/Dockerfile index 5ff72afc..1513ece8 100644 --- a/mainline/debian-perl/Dockerfile +++ b/mainline/debian-perl/Dockerfile @@ -111,6 +111,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/mainline/debian/Dockerfile b/mainline/debian/Dockerfile index ab4595f6..df444aea 100644 --- a/mainline/debian/Dockerfile +++ b/mainline/debian/Dockerfile @@ -110,6 +110,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/stable/alpine-perl/Dockerfile b/stable/alpine-perl/Dockerfile index fcb7da5b..d86c2ccd 100644 --- a/stable/alpine-perl/Dockerfile +++ b/stable/alpine-perl/Dockerfile @@ -120,6 +120,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/stable/alpine/Dockerfile b/stable/alpine/Dockerfile index 1bf80d1f..bd34cfb1 100644 --- a/stable/alpine/Dockerfile +++ b/stable/alpine/Dockerfile @@ -119,6 +119,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/stable/debian-perl/Dockerfile b/stable/debian-perl/Dockerfile index a3cf3477..9998d132 100644 --- a/stable/debian-perl/Dockerfile +++ b/stable/debian-perl/Dockerfile @@ -111,6 +111,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"] diff --git a/stable/debian/Dockerfile b/stable/debian/Dockerfile index b9cf7d16..a4b6b7f0 100644 --- a/stable/debian/Dockerfile +++ b/stable/debian/Dockerfile @@ -110,6 +110,6 @@ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 80 -STOPSIGNAL SIGTERM +STOPSIGNAL SIGQUIT CMD ["nginx", "-g", "daemon off;"]