Docker image with Apache optimized to run Drupal 6 websites. Uses PHP 5.3 because Drupal 6 has some issues with newer versions of PHP.
Inclues:
$ make build
or
$ docker build --tag=yourname/apache-drupal6 .
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-drupal6
web:
image: iiiepe/apache-drupal6
volumes:
- application:/var/www
- logs:/var/log/supervisor
ports:
- "8000:80"
Content type
Image
Digest
sha256:d4c5f7b5c…
Size
140.6 MB
Last updated
almost 11 years ago
docker pull iiiepe/apache-drupal6