PHP-FPM Docker Image by AlleoTech Ltd.
docker run -d --name php-fpm alleotech/php-fpm
It is possible to adjust few configuration parameters during the start of the image via ENV (-e var=value). Keep in mind that settings are applied with sed regexp and thus should be escaped accordingly (see PHP_ERROR_REPORTING as an example).
php.ini memory_limit param (default: 128M)php.ini error_reporing (default: E_ALL \\& ~E_DEPRECATED \\& ~E_STRICT)php.ini php_post_max_size (default: 8M)php.ini upload_max_filesize (default: 8M)php.ini max_execution_time (default: 30)php.ini session.save_path (default: /var/lib/php/session)php-fpm.d/www.conf pm.max_children (default: 5)Content type
Image
Digest
Size
191.3 MB
Last updated
over 5 years ago
docker pull alleotech/php-fpm