dockerfiles/php
Yann Verry d6e39dae83
add php
fix dnsdist url
2021-05-06 21:03:56 +07:00
..
config add php 2021-05-06 21:03:56 +07:00
Dockerfile add php 2021-05-06 21:03:56 +07:00
Makefile add php 2021-05-06 21:03:56 +07:00
README.md add php 2021-05-06 21:03:56 +07:00

README.md

PHP on Docker

This repository contains a Docker image of PHP.

Extensions added

  • postgresql
  • imagick

Enable extensions

  • gd
  • pdo_pgsql
  • pdo_mysql
  • mysqli
  • zip
  • gd
  • intl
  • exif
  • gettext
  • gmp
  • bcmath
  • opcache
  • redis
  • apcu

config

enable APCU and Opcache

PHP-FPM

expose_php off memory_limit 512M