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
The environment variable MYSQL_SERVICE_PORT has the value tcp:<ip>:3306 so the init script crashes when the app starts.
As a workaround, setting the environment variable fixes the problem.
The environment variable
MYSQL_SERVICE_PORThas the valuetcp:<ip>:3306so the init script crashes when the app starts.As a workaround, setting the environment variable fixes the problem.