Skip to content

Commit

Permalink
Merge pull request #362 from netlogix/fix/php-stopsignal
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Nov 19, 2024
2 parents 1df439b + b440ccf commit 01b662c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ FROM base AS php-fpm

COPY fpm /usr/local/bin/

STOPSIGNAL SIGQUIT
STOPSIGNAL SIGTERM
EXPOSE 9000

HEALTHCHECK --interval=2s --timeout=5s --retries=10 CMD php-fpm-healthcheck || exit 1
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ FROM base AS php-fpm

COPY fpm /usr/local/bin/

STOPSIGNAL SIGQUIT
STOPSIGNAL SIGTERM
EXPOSE 9000

HEALTHCHECK --interval=2s --timeout=5s --retries=10 CMD php-fpm-healthcheck || exit 1
Expand Down

0 comments on commit 01b662c

Please sign in to comment.