Skip to content

Commit 3ac1479

Browse files
committed
Renaming the PHP-FPM and PHP configuration file with lower prioty to be able to overwite the config.
1 parent 0ca0137 commit 3ac1479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ RUN apk --no-cache add \
4040
COPY config/nginx.conf /etc/nginx/nginx.conf
4141

4242
# Configure PHP-FPM
43-
COPY config/fpm-pool.conf /etc/php84/php-fpm.d/zzz_custom.conf
44-
COPY config/php.ini /etc/php84/conf.d/zzz_custom.ini
43+
COPY config/fpm-pool.conf /etc/php84/php-fpm.d/10_custom.conf
44+
COPY config/php.ini /etc/php84/conf.d/10_custom.ini
4545

4646
# Configure supervisord
4747
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)