Add the following to your docker-compose.yml file:
apache:
image: yappabe/apache-php
links:
- mysql
volumes_from:
- app
environment:
DOCUMENT_ROOT: /var/www/app/web
ENVIRONMENT: dev
Append one of the available version numbers to the image name.
apache:
image: yappabe/apache-php:5.4
Content type
Image
Digest
sha256:598c93db6…
Size
166.1 MB
Last updated
almost 9 years ago
docker pull yappabe/apache-php