fix default nginx page from showing
Some checks failed
Publish Docker Image / docker (push) Failing after 24s
Some checks failed
Publish Docker Image / docker (push) Failing after 24s
This commit is contained in:
@ -41,7 +41,7 @@ function start() {
|
||||
echo "Starting PHP & Nginx"
|
||||
php-fpm81 &&
|
||||
chmod 777 /run/php/php.sock &&
|
||||
nginx -g 'daemon off;'
|
||||
/usr/local/sbin/nginx -g 'daemon off;'
|
||||
}
|
||||
|
||||
# Start Nginx and retry if it fails
|
||||
|
Reference in New Issue
Block a user