- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -179,3 +179,4 @@ CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"]
|
|
179 |
# Use SIGQUIT instead of default SIGTERM to cleanly drain requests
|
180 |
# See https://github.com/openresty/docker-openresty/blob/master/README.md#tips--pitfalls
|
181 |
STOPSIGNAL SIGQUIT
|
|
|
|
179 |
# Use SIGQUIT instead of default SIGTERM to cleanly drain requests
|
180 |
# See https://github.com/openresty/docker-openresty/blob/master/README.md#tips--pitfalls
|
181 |
STOPSIGNAL SIGQUIT
|
182 |
+
#
|