sourceboat / docker-laravel

A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
MIT License
11 stars 2 forks source link

Added php-fpm environment variables #38

Closed hingew closed 4 years ago

hingew commented 4 years ago

Added the following environment variables with their defaults:

PHP_FPM_MAX_CHILDREN=100
PHP_FPM_MAX_REQUESTS=1000
PHP_FPM_PM=ondemand
PHP_FPM_PROCESS_IDLE_TIMEOUT=10s