Skip to content

Commit 5fa9be0

Browse files
committed
Don't force the PHP customizations to be the last file to load
1 parent 775a629 commit 5fa9be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf
1414

1515
# Configure PHP-FPM
1616
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
17-
COPY config/php.ini /etc/php7/conf.d/zzz_custom.ini
17+
COPY config/php.ini /etc/php7/conf.d/custom.ini
1818

1919
# Configure supervisord
2020
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)