fix: php config

This commit is contained in:
u00lipp
2025-10-27 10:41:51 +01:00
parent 7ec5bfe94e
commit bd2099db7c
4 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
RUN ln -sf /usr/bin/php82 /usr/bin/php
# Add custom PHP logging configuration
COPY zz-logging.ini /etc/php82/conf.d/
COPY deploy/php-fpm/zz-logging.ini /etc/php82/conf.d/
# Create user, dirs, and sockets
RUN addgroup -S web && adduser -S web -G web \