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
I thought that SYMFONY__DATABASE__PASSWORD: and MYSQL_ROOT_PASSWORD: should to be different. It was not clear to me that elkarbackup use password from root MySQL user to create database. After I've inspected logs I found it. So maybe it's good idea to add more description like MYSQL_ROOT_PASSWORD and SYMFONY__DATABASE__PASSWORD should to be the same.
In additional I think we need to add that default username and password for new application is root/root. I found it in documentation but it's not clear if you read only description in docker hub
The text was updated successfully, but these errors were encountered:
When I first run this docker-compose
I thought that
SYMFONY__DATABASE__PASSWORD:
andMYSQL_ROOT_PASSWORD:
should to be different. It was not clear to me that elkarbackup use password fromroot
MySQL user to create database. After I've inspected logs I found it. So maybe it's good idea to add more description likeMYSQL_ROOT_PASSWORD
andSYMFONY__DATABASE__PASSWORD
should to be the same.In additional I think we need to add that default username and password for new application is root/root. I found it in documentation but it's not clear if you read only description in docker hub
The text was updated successfully, but these errors were encountered: