You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
using MYSQL_ROOT_PASSWORD:example in yml will be complete ignored when deployed because there is no space between separator and value. MYSQL_ROOT_PASSWORD: example would work.
it seems the yml to json converter just drops it complete.
using
MYSQL_ROOT_PASSWORD:examplein yml will be complete ignored when deployed because there is no space between separator and value.MYSQL_ROOT_PASSWORD: examplewould work.it seems the yml to json converter just drops it complete.