fix: php config
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user