Skip to content

Commit

Permalink
🐛 add pool.d config
Browse files Browse the repository at this point in the history
  • Loading branch information
silencesys committed May 24, 2019
1 parent 7cde826 commit 0357685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ RUN docker-php-ext-install zip pdo_mysql tokenizer bcmath opcache pcntl \

# Copy our configs to the image.
COPY ./config/custom.ini /usr/local/etc/php/conf.d
COPY ./config/pool.d/custom.conf /usr/local/etc/php/conf.d

# Expose port 9000 and start php-fpm server
CMD ["php-fpm"]
Expand Down

0 comments on commit 0357685

Please sign in to comment.