Docker image with Apache optimized to run Drupal 7 websites.
Inclues:
$ make build
or
$ docker build --tag=yourname/apache-drupal7 .
The website will be loaded from /var/www so make sure you add your files there.
$ docker run -d -v application:/var/www -p 80:80 iiiepe/apache-drupal7
web:
image: iiiepe/apache-drupal7
volumes:
- application:/var/www
- logs:/var/log/supervisor
ports:
- "8000:80"
Content type
Image
Digest
Size
167.3 MB
Last updated
over 10 years ago
docker pull iiiepe/apache-drupal7