Docker image with Apache optimized to run Moodle websites
Inclues:
- Composer
- PHP uploadprogress
$ make build
or
$ docker build --tag=yourname/apache-moodle .
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-moodle
web:
image: iiiepe/apache-moodle
volumes:
- application:/var/www
- logs:/var/log/supervisor
ports:
- "8000:80"