Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2009f39

Browse files
authored
Enables log_errors flag on PHP container
1 parent14d1c36 commit2009f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎php.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ WORKDIR /var/www/html
1515

1616
RUN sed -i"s/user = www-data/user = ${PHPUSER}/g" /usr/local/etc/php-fpm.d/www.conf
1717
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
1819

1920
RUN docker-php-ext-install pdo pdo_mysql
2021

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp