We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9897087 commit 9838254Copy full SHA for 9838254
1 file changed
docker-compose.yml
@@ -25,7 +25,7 @@ services:
25
restart: unless-stopped
26
27
db_moodle:
28
- image: docker.io/bitnami/mariadb:11.4
+ image: docker.io/bitnami/mariadb:latest # bitnami does not provide images with release tags atm
29
environment:
30
MARIADB_USER: ${_DB_MOODLE_USER}
31
MARIADB_PASSWORD: ${_DB_MOODLE_PW}
@@ -43,7 +43,7 @@ services:
43
timeout: 5s
44
45
db_backend:
46
47
48
MARIADB_USER: ${_DB_BACKEND_USER}
49
MARIADB_PASSWORD: ${_DB_BACKEND_PW}
0 commit comments