Update docker/start.sh
All checks were successful
Publish Docker Image / docker (push) Successful in 59s
All checks were successful
Publish Docker Image / docker (push) Successful in 59s
This commit is contained in:
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() {
|
function start() {
|
||||||
echo "Starting PHP & Nginx"
|
echo "Starting PHP & Nginx"
|
||||||
php-fpm81 &&
|
php-fpm83 &&
|
||||||
chmod 777 /run/php/php.sock &&
|
chmod 777 /run/php/php.sock &&
|
||||||
/usr/local/sbin/nginx -g 'daemon off;'
|
/usr/local/sbin/nginx -g 'daemon off;'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user