Sign inSign up

webfatorial/php

By webfatorial

•Updated over 9 years ago

PHP webfatorial Docker Image

Image
0

3.0K

webfatorial/php repository overview

⁠webfatorial/php

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

⁠PHP Modules

  • bcmath
  • gd
  • intl
  • mbstring
  • mcrypt
  • mysqli
  • pcntl

⁠PHP Versions

  • 5.6
  • 7.0
  • 7.0-fpm
  • 7.0-fpm-drupal

⁠Docker Compose example

fpm:
    image: webfatorial/php:fpm
    ports:
        - "9000:9000"
    volumes:
        - ./app:/var/www/html
    links:
        - mysql

Tag summary

Content type

Image

Digest

Size

244.7 MB

Last updated

over 9 years ago

docker pull webfatorial/php