PHP extended version: provides a version of official php image with some php modules. This PHP is configured to execute with user/group www-data
fpm:
image: webfatorial/php:fpm
ports:
- "9000:9000"
volumes:
- ./app:/var/www/html
links:
- mysql
Content type
Image
Digest
Size
244.7 MB
Last updated
over 9 years ago
docker pull webfatorial/php