Update docker/start.sh
All checks were successful
Publish Docker Image / docker (push) Successful in 59s

This commit is contained in:
Lee 2024-07-07 18:16:42 +00:00
parent 672624abd5
commit f31493fabf

@ -47,7 +47,7 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
function start() {
echo "Starting PHP & Nginx"
php-fpm81 &&
php-fpm83 &&
chmod 777 /run/php/php.sock &&
/usr/local/sbin/nginx -g 'daemon off;'
}