PHP-FPM Docker images with some extra php modules
4.6K
PHP extended version: provides a version of php-fpm with some php modules. This fpm is configured to execute with user/group www-data
* gd
* mcrypt
* mysqli
* libfreetype6-dev
* libjpeg-progs
* libjpeg62-turbo-dev
* libmagickwand-dev
* libpng12-dev
* pngout
fpm:
image: webfatorial/fpm
restart: 'yes'
ports:
- "9000:9000"
volumes:
- ./app:/var/www/html
- ./etc/init.d:/etc/init.d
- ./usr/local/etc/php:/usr/local/etc/php
links:
- mysql
Content type
Image
Digest
Size
208.9 MB
Last updated
over 10 years ago
docker pull webfatorial/fpm