Skip to content

Releases: yappabe/docker-php

Configuration options

16 Mar 09:58
Compare
Choose a tag to compare

Configurations

You can configure the following environment vars, these are the defaults.

ENV ENVIRONMENT dev
ENV PHP_FPM_USER www-data
ENV PHP_FPM_PORT 9000
ENV PHP_ERROR_REPORTING "E_ALL \& ~E_NOTICE \& ~E_STRICT \& ~E_DEPRECATED"

Development and permissions

Run php-fpm process as root user to avoid cli and fpm permission issues.
Never ever use this in production!

ENV PHP_FPM_USER root

Fixed PHP7.0 build and added prestissimo as composer plugin on all versions

26 Jan 13:09
Compare
Choose a tag to compare
v2.3.0

Fixed PHP7.0 build and added prestissimo as composer plugin

PHP7.0 with apcu and memcached

10 Dec 13:30
Compare
Choose a tag to compare
v2.2.0

apcu in php7.0 image