php-fpm healthcheck

This commit is contained in:
2023-01-10 17:42:37 +01:00
parent b7c6775ac6
commit 3f778ef1eb
3 changed files with 21 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export FPM_TUNE_VERSION=v5
export NGINX_CONF_VERSION=v4
export MY_CNF_VERSION=v4
export ENTRYPOINT_VERSION=v3
export HEALTHCHECK_VERSION=v1
run_occ(){
su -p www-data -s /bin/sh -c "/var/www/html/occ $@"