fix: missing logs

This commit is contained in:
u00lipp
2025-10-27 11:09:05 +01:00
parent c8d9c1cfd5
commit 97a144baaa
+2
View File
@@ -27,6 +27,8 @@
# Add custom PHP logging configuration
COPY deploy/php-fpm/zz-logging.ini /etc/php82/conf.d/
# Create user, dirs, and sockets
RUN mkdir -p /run/nginx /run/php /var/www/html /var/log/supervisor
# Configure PHP-FPM socket
RUN sed -i 's|^listen = 127\\.0\\.0\\.1:9000|listen = /run/php/php-fpm.sock|' /etc/php82/php-fpm.d/www.conf \