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

356 B

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