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 7d058f7 commit 7f839bbCopy full SHA for 7f839bb
fpm-Dockerfile-block-2
@@ -7,7 +7,7 @@ RUN set -ex \
7
sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; \
8
cp php-fpm.d/www.conf.default php-fpm.d/www.conf; \
9
else \
10
- # PHP 5.x don't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
+ # PHP 5.x doesn't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
11
mkdir php-fpm.d; \
12
cp php-fpm.conf.default php-fpm.d/www.conf; \
13
{ \
0 commit comments