Skip to content

Commit

Permalink
Add SIGKILL stopsignal
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Graf <nicolas.j.graf@gmail.com>
  • Loading branch information
ItsPhenom committed Jul 18, 2024
1 parent fcfb2f7 commit d900196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ COPY xaseco/xaseco.tar.gz /tmp

COPY --chmod=0755 xaseco/entrypoint.sh /usr/local/bin/

STOPSIGNAL SIGKILL

HEALTHCHECK --interval=5s --timeout=5s --start-period=20s --retries=3 \
CMD [ "/bin/sh", "-c", "pgrep -x php || exit 1" ]

Expand Down

0 comments on commit d900196

Please sign in to comment.