Docker MariaDB-based image for Moodle applications. Based on docker-ubuntu-mariadb image (v2.0). Was developed for using with Docker Manager. But could be used separately. You could pull image from here and build locally.
- see docker-ubuntu-mariadb
- additional config for Moodle database
Docker Compose:
...
build: local_path_to_dockerfile
volumes:
# db tables
- ./db/data:/var/lib/mysql
# optional custom configs
- ./mariadb.cnf:/etc/mysql/my.cnf
env_file:
# provides values for ENV variables VIRTUAL_HOST, PROJECT, HOST_USER_NAME, HOST_USER_ID
- host.env
See the CHANGELOG file for change logs.