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

updated to moodle 4.3/mariadb 11.1

parent f782c533
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
services: services:
mariadb-dtt: mariadb-dtt:
container_name: moodledb-dtt container_name: moodledb-dtt
image: docker.io/bitnami/mariadb:10.6 image: docker.io/bitnami/mariadb:11.1
environment: environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development. # ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
- 'mariadb_data_dtt:/bitnami/mariadb' - 'mariadb_data_dtt:/bitnami/mariadb'
moodle-dtt: moodle-dtt:
container_name: moodle-dtt container_name: moodle-dtt
image: docker.io/bitnami/moodle:4.1 image: docker.io/bitnami/moodle:4.3
ports: ports:
- '81:8080' - '81:8080'
- '444:8443' - '444:8443'
......
Supports Markdown
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