Remove healthcheck
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
bastian 2025-02-15 10:36:37 +01:00
parent 75cfe13650
commit 90365cfa9e
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
set -e
if env -i REQUEST_METHOD=GET SCRIPT_NAME=/ping SCRIPT_FILENAME=/ping cgi-fcgi -bind -connect /var/run/php/php-fpm.sock; then
exit 0
fi
exit 1

View File

@ -70,10 +70,8 @@ COPY --link ./.docker/conf.d/50-opcache_prod.ini $PHP_INI_DIR/conf.d/
RUN echo "export PS1='\h:\w\$ '" >> /root/.bashrc
COPY --chmod=744 --link .docker/docker-entrypoint.d /docker-entrypoint.d
COPY --link ./.docker/docker-healthcheck.sh /usr/local/bin/docker-healthcheck
COPY --link ./.docker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
HEALTHCHECK --interval=10s --timeout=3s --retries=3 CMD ["/usr/local/bin/docker-healthcheck"]
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
# Expose PHP-FPM port