Skip to content

nrwiersma/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Docker Build Statu Docker Pulls

Base Image

When using this as a base image, it is advised that you switch to user nobody.

Configuration

Configuration can be done with environment variables.

Environment Variable Description Default
PHP_WORKERS The number of php-fpm workers to start 2
PHP_MEMORY_LIMIT The PHP memory limit 128M
PHP_MAX_FILE_UPLOADS The maximum number of files allowed to be upload simultaneously 20
PHP_MAX_UPLOAD The maximum size of an uploaded file 50M
PHP_MAX_POST The maxumum size of POST data allowed 50M