Update entrypoint.sh

This commit is contained in:
Stefan Pejcic 2024-07-26 14:59:58 +02:00 committed by GitHub
parent c4be61e071
commit 617e6cc6b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ start_service "$PHP81FPM_STATUS" "php8.1-fpm"
start_service "$PHP82FPM_STATUS" "php8.2-fpm"
start_service "$PHP83FPM_STATUS" "php8.3-fpm"
start_service "$PHP84FPM_STATUS" "php8.4-fpm"
start_service "$MYSQ_STATUS" "mysql"
start_service "$MYSQL_STATUS" "mysql"
start_service "$CRON_STATUS" "cron"
start_service "$NGINX_STATUS" "nginx"