Go to file
Sebastian Hugentobler 5f804d1722 update readme
2017-04-27 10:56:34 +02:00
rootfs/etc MAX_UPLOAD_SIZE is the name 2017-02-20 16:35:54 +01:00
.editorconfig update base image 2017-01-10 11:28:34 +01:00
.gitignore initial commit 2016-06-28 16:19:59 +02:00
Dockerfile update base image 2017-01-10 11:28:34 +01:00
README.md update readme 2017-04-27 10:56:34 +02:00

php-fpm with PHP7.

Environment Variables

FPMUSER

  • default: nobody

The user which runs the fpm process.

FPMGROUP

  • default: nobody

The group which runs the fpm process.

MAX_UPLOAD_SIZE

  • default: 512M

Maximal upload size.

PHP_MEMORY_LIMIT

  • default: 128M

Maximum amount of memory that a script is allowed to allocate.

PHP_ADMIN_VALUES

Comma seperated list of php admin values.

Each element is a key-value pair, seperated by an equal sign.

PHP_ADMIN_FLAGS

Comma seperated list of php admin flags.

Each element is a key-value pair, seperated by an equal sign.