make php use a sock
All checks were successful
/ docker (push) Successful in 26s

This commit is contained in:
Lee
2023-07-08 00:24:42 +01:00
parent cf219a418e
commit ade90e81e9
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,9 @@ fi
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
RUN sed -i 's/^listen = .*/listen = \/run\/php\/php.sock/' /etc/php8.1/php-fpm.d/www.conf
echo "Setting permissions for upload script"
chmod 777 /var/www/html/upload.php