From 1ac3a217761c7260ceab2786bdbc0b6bfbd404c6 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 8 Jul 2023 00:30:33 +0100 Subject: [PATCH] maybe this will fix it? who knows --- docker/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/start.sh b/docker/start.sh index ea8b702..137b6fb 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -17,6 +17,7 @@ echo "env[DOCKER] = true" >> /etc/php81/php-fpm.d/www.conf echo "clear_env = no" >> /etc/php81/php-fpm.d/www.conf # Set php-fpm to listen on socket +touch /run/php/php.sock sed -i 's/^listen = .*/listen = \/run\/php\/php.sock/' /etc/php81/php-fpm.d/www.conf echo "Setting permissions for upload script"