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
Content type
Image
Digest
Size
190.6 MB
Last updated
about 10 years ago
docker pull skores/apache-php5