Update entrypoint.sh

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

View File

@ -64,7 +64,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 "$APACHE_STATUS" "apache2"