now?
All checks were successful
Publish Docker Image / docker (push) Successful in 1m11s

This commit is contained in:
Lee 2024-09-28 12:22:10 +01:00
parent 482b648aed
commit e313dad836

@ -51,6 +51,9 @@ function start_services() {
php-fpm83 --nodaemonize &
PHP_FPM_PID=$!
# Fix permissions
chmod 777 /run/php/php.sock
nginx -g 'daemon off;' &
NGINX_PID=$!