Terminable Loop Command 1.2.1
This is a republished tag announcement for
facile-it/terminable-loop-command
. You can find the release here.
This small new patch was needed because we discovered that PHP official Docker images override the STOPSIGNAL
directive, using SIGQUIT
instead of SIGTERM
when shutting down a container. Thanks to Gabriele Colombera for providing the PR.
This is the full changelog:
- Adds support for SIGQUIT signal (needed to support php-fpm-alpine docker images which overrides STOPSIGNAL (Official Dockerfile))