Skip to content

Releases: yappabe/docker-php

Configuration options

Choose a tag to compare

@jverdeyen jverdeyen released this 16 Mar 09:58

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

Choose a tag to compare

@jverdeyen jverdeyen released this 26 Jan 13:09
v2.3.0

Fixed PHP7.0 build and added prestissimo as composer plugin

PHP7.0 with apcu and memcached

Choose a tag to compare

@jverdeyen jverdeyen released this 10 Dec 13:30
v2.2.0

apcu in php7.0 image