fix php not loading?
All checks were successful
/ docker (push) Successful in 27s

This commit is contained in:
Lee 2023-07-08 00:19:15 +01:00
parent f756361521
commit cf219a418e

@ -30,7 +30,7 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
function start() {
echo "Starting PHP & Nginx"
php-fpm8 &&
php-fpm81 &&
nginx -g 'daemon off;'
}