We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d1c36 commit 2009f39Copy full SHA for 2009f39
php.dockerfile
@@ -15,6 +15,7 @@ WORKDIR /var/www/html
15
16
RUN sed -i "s/user = www-data/user = ${PHPUSER}/g" /usr/local/etc/php-fpm.d/www.conf
17
RUN sed -i "s/group = www-data/group = ${PHPGROUP}/g" /usr/local/etc/php-fpm.d/www.conf
18
+RUN echo "php_admin_flag[log_errors] = on" >> /usr/local/etc/php-fpm.d/www.conf
19
20
RUN docker-php-ext-install pdo pdo_mysql
21
0 commit comments