Sign inSign up

webfatorial/php5-apache

By webfatorial

•Updated over 10 years ago

PHP with Apache Docker images with some extra php modules

Image
0

630

webfatorial/php5-apache repository overview

⁠webfatorial/docker-php5-apache

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

  • apcu
  • gd
  • mcrypt
  • mysqli
  • mbstring

⁠Extras

  • libfreetype6-dev
  • libjpeg-progs
  • libjpeg62-turbo-dev
  • libmagickwand-dev
  • libpng12-dev
  • pngout
  • sendmail

⁠Docker Compose example

php5:
    image: webfatorial/php5-apache
    restart: 'yes'
    ports:
        - "80:80"
    volumes:
        - ./apache/:/etc/apache2/sites-enabled
        - ./app:/var/www/html
    links:
        - mysql

Tag summary

Content type

Image

Digest

Size

273.5 MB

Last updated

over 10 years ago

docker pull webfatorial/php5-apache