Sign inSign up

joebiellik/php

By joebiellik

•Updated over 5 years ago

Latest PHP-FPM container configured with basic extensions and production settings.

Image
0

1M+

joebiellik/php repository overview

⁠PHP FPM Container

Docker Pulls Docker Stars Docker Build Docker Build Status

Latest official PHP-FPM⁠ container configured with basic extensions and production settings⁠.

⁠Changes to official container

⁠Extensions
  • pdo_mysql
  • mysqli
  • calendar
  • intl
⁠php.ini
  • date.timezone = Etc/UTC
  • upload_max_filesize = 25M
  • post_max_size = 25M

⁠Configuration

See example directory⁠ for sample config file showing how to use this container with nginx⁠.

⁠Quickstart

php:
  image: joebiellik/php

  volumes:
    # Website files
    - ./www:/www

  ports:
    - "9000:9000"

Tag summary

Content type

Image

Digest

Size

138.7 MB

Last updated

over 5 years ago

docker pull joebiellik/php