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
We should add support for setting the environment variables for the container:
MYSQL_ROOT_PASSWORD
MYSQL_USER
MYSQL_PASSWORD
Currently our MysqlConfiguration only supplies information of how to connect to the database, it doesn't actually affect the creation of the image. Eg. Setting a user or password doesn't actually create that user in the image.
The text was updated successfully, but these errors were encountered:
We should add support for setting the environment variables for the container:
Currently our MysqlConfiguration only supplies information of how to connect to the database, it doesn't actually affect the creation of the image. Eg. Setting a user or password doesn't actually create that user in the image.
The text was updated successfully, but these errors were encountered: