Commit c03c9d71 authored by Lückemeyer's avatar Lückemeyer
Browse files

updated to moodle 4.3/mariadb 11.1

parent f782c533
......@@ -3,7 +3,7 @@ services:
services:
mariadb-dtt:
container_name: moodledb-dtt
image: docker.io/bitnami/mariadb:10.6
image: docker.io/bitnami/mariadb:11.1
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
......@@ -15,7 +15,7 @@ services:
- 'mariadb_data_dtt:/bitnami/mariadb'
moodle-dtt:
container_name: moodle-dtt
image: docker.io/bitnami/moodle:4.1
image: docker.io/bitnami/moodle:4.3
ports:
- '81:8080'
- '444:8443'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment