Skip to content

Commit

Permalink
Merge pull request #814 from Automattic/fix/php83
Browse files Browse the repository at this point in the history
fix(php-fpm): startup issues for php-fpm 8.3
  • Loading branch information
sjinks authored Jul 11, 2024
2 parents de1f44a + ddfa215 commit 2eace2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile.83
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ RUN \
ln -s /usr/sbin/php-fpm8.3 /usr/sbin/php-fpm

RUN \
deluser --remove-home --quiet ubuntu && \
usermod -d /home/www-data -s /bin/bash www-data && \
install -d -D -m 0750 -o www-data -g www-data /home/www-data && \
install -d -D -m 0777 -o www-data -g www-data /var/www/html && \
install -d -D -m 0755 -o www-data -g www-data /run/php && \
install -d -D -m 0755 -o root -g root /usr/local/share

Expand Down

0 comments on commit 2eace2b

Please sign in to comment.