mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 14:58:15 +08:00
Don't force the PHP customizations to be the last file to load
This commit is contained in:
parent
775a6295aa
commit
5fa9be019b
@ -14,7 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf
|
|||||||
|
|
||||||
# Configure PHP-FPM
|
# Configure PHP-FPM
|
||||||
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
|
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
|
||||||
COPY config/php.ini /etc/php7/conf.d/zzz_custom.ini
|
COPY config/php.ini /etc/php7/conf.d/custom.ini
|
||||||
|
|
||||||
# Configure supervisord
|
# Configure supervisord
|
||||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user