Add the following to your docker-compose.yml file:
apache:
image: yappabe/apache
ports:
- 80:80
links:
- php
volumes_from:
- app
environment:
DOCUMENT_ROOT: /var/www/app/web
PHP_FPM_SOCKET: php:9000
Content type
Image
Digest
sha256:3e9c5cc55…
Size
68.7 MB
Last updated
over 8 years ago
docker pull yappabe/apache