From bb0761bb556c8044f0b8891960f9078f76a01a7b Mon Sep 17 00:00:00 2001 From: Fascinated Date: Thu, 6 Jul 2023 00:56:27 +0100 Subject: [PATCH] attempt 5.5 --- docker/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/start.sh b/docker/start.sh index 6d9bc89..7557efb 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -37,6 +37,6 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/" # Start Nginx echo "Starting PHP & Nginx" -/etc/init.d/php8.1-fpm start \ -chmod 777 /run/php/php8.1-fpm.sock \ +/etc/init.d/php8.1-fpm start && +chmod 777 /run/php/php8.1-fpm.sock && nginx -g 'daemon off;' \ No newline at end of file