diff --git a/Dockerfile b/Dockerfile index 3c84fa8..0770b5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,8 @@ RUN apk --no-cache add \ COPY config/nginx.conf /etc/nginx/nginx.conf # Configure PHP-FPM -COPY config/fpm-pool.conf /etc/php84/php-fpm.d/zzz_custom.conf -COPY config/php.ini /etc/php84/conf.d/zzz_custom.ini +COPY config/fpm-pool.conf /etc/php84/php-fpm.d/10_custom.conf +COPY config/php.ini /etc/php84/conf.d/10_custom.ini # Configure supervisord COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf