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:
parent
3831e2e53d
commit
47aaf63a59
@ -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)
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user