Skip to content

Commit 8140d60

Browse files
committed
🐛 fix custom php pool.d config
1 parent be855b4 commit 8140d60

File tree

2 files changed

+366
-12
lines changed

2 files changed

+366
-12
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ RUN docker-php-ext-install zip pdo_mysql tokenizer bcmath opcache pcntl \
7373
#
7474

7575
# Copy our configs to the image.
76-
COPY ./config/evaluations.ini /usr/local/etc/php/conf.d
77-
COPY ./config/pool.d/evaluations.conf /usr/local/etc/php-fpm.d/
76+
COPY ./config/custom.ini /usr/local/etc/php/conf.d
77+
COPY ./config/pool.d/custom.conf /usr/local/etc/php-fpm.d/
7878

7979
# Expose port 9000 and start php-fpm server
8080
CMD ["php-fpm"]

0 commit comments

Comments
 (0)