dmekhov / docker-php-fpm

php-fpm based docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-php-fpm

Laravel ready php-fpm based docker image, but can use with another projects.

default php version: 7.3

You are can rebuild locally and change version by using PHP_VERSION argument.

Custom extensions

(set by args for local build)

INSTALL_XDEBUG=true
INSTALL_PHPREDIS=true
INSTALL_PCNTL=true
INSTALL_EXIF=true
INSTALL_OPCACHE=true
INSTALL_MYSQL=true
INSTALL_PGSQL=true
INSTALL_INTL=true
INSTALL_IMAGE_OPTIMIZERS=true
INSTALL_IMAGEMAGICK=true
INSTALL_ADDITIONAL_LOCALES=true

Enabling extensions

(set by env)

ENABLE_XDEBUG=false
INSTALL_MYSQL=false
INSTALL_PGSQL=false
ADDITIONAL_LOCALES= # for example "en_US.UTF-8"

About

php-fpm based docker image

License:MIT License


Languages

Language:Dockerfile 89.3%Language:Shell 10.7%