We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775a629 commit 5fa9be0Copy full SHA for 5fa9be0
Dockerfile
@@ -14,7 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf
14
15
# Configure PHP-FPM
16
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
17
-COPY config/php.ini /etc/php7/conf.d/zzz_custom.ini
+COPY config/php.ini /etc/php7/conf.d/custom.ini
18
19
# Configure supervisord
20
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
0 commit comments