6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-26 06:28:24 +00:00

Attempt to resolve "Can't connect to MySQL server" on init

Close #334 (hopefully)
This commit is contained in:
Régis Behmo 2020-06-01 17:14:22 +02:00
parent 3831e2e53d
commit 47aaf63a59
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Resolve "Can't connect to MySQL server" on init
- [Improvement] Make it possible to customize the MySQL root username, for connecting to external MySQL databases
## v3.12.5 (2020-05-20)

View File

@ -5,6 +5,7 @@ services:
image: {{ DOCKER_REGISTRY }}{{ DOCKER_IMAGE_MYSQL }}
entrypoint: []
command: ["echo", "done"]
depends_on: {{ [("mysql", ACTIVATE_MYSQL)]|list_if }}
lms-job:
image: {{ DOCKER_REGISTRY }}{{ DOCKER_IMAGE_OPENEDX }}