Sign inSign up

webfatorial/fpm

By webfatorial

•Updated over 10 years ago

PHP-FPM Docker images with some extra php modules

Image
0

4.6K

webfatorial/fpm repository overview

⁠webfatorial/docker-fpm

PHP extended version: provides a version of php-fpm with some php modules. This fpm is configured to execute with user/group www-data

⁠PHP Modules

* gd
* mcrypt
* mysqli

⁠Extras

* libfreetype6-dev
* libjpeg-progs
* libjpeg62-turbo-dev
* libmagickwand-dev
* libpng12-dev
* pngout

⁠Docker Compose example

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

Tag summary

Content type

Image

Digest

Size

208.9 MB

Last updated

over 10 years ago

docker pull webfatorial/fpm