Go to file
Sebastian Hugentobler 4c9766fcd3 Add new file
2016-11-01 15:20:39 +00:00
rootfs/etc Update www.conf.tmpl 2016-11-01 15:20:03 +00:00
.gitignore initial commit 2016-06-28 16:19:59 +02:00
Dockerfile Update Dockerfile 2016-11-01 15:15:57 +00:00
README.md Add new file 2016-11-01 15:20:39 +00: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_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.