Sign inSign up

skores/apache-php5

By skores

Updated about 10 years ago

An image based on php:5-apache

Image
2

10K+

skores/apache-php5 repository overview

This image extends the official php:5-apache image and provide a default virtual host. To use it just declare an environment variable DOCUMENT_ROOT:

// docker-compose.yml my-app: image: skores/apache-php5 ports: - "8000:80" volumes: - ./.:/var/www environment: DOCUMENT_ROOT: /var/www/public

Tag summary

Content type

Image

Digest

Size

190.6 MB

Last updated

about 10 years ago

docker pull skores/apache-php5