Latest official PHP-FPM container configured with basic extensions and production settings.
- pdo_mysql
- mysqli
- calendar
- intl
- date.timezone = Etc/UTC
- upload_max_filesize = 25M
- post_max_size = 25M
See example directory for sample config file showing how to use this container with nginx.
php:
image: joebiellik/php
volumes:
# Website files
- ./www:/www
ports:
- "9000:9000"