6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Fix major MySQL db connection bug

MySQL configuration file was in the wrong format. As a consequence, no
root user was created after running the mysql image for the first time.
This commit is contained in:
Régis Behmo 2018-06-08 18:33:45 -04:00
parent 85e7e45067
commit 77b9a6a3e7

View File

@ -1 +1 @@
MYSQL_ROOT_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}