Closed thekie closed 5 years ago
In dnhsoft/shopware:5.1.6
mysql username is set to admin, in version 5.2.x is root but in tutum/mysql
username is admin, so in docker-compose.yml file for shop just add the following
environment:
SWDB_USER: admin
Thank you that worked. Maybe you should put that somewhere in the README.md
This message when the mysql db is starting up is rather misleading:
db_1 | You can now connect to this MySQL Server using:
db_1 |
db_1 | mysql -uadmin -p123456 -h<host> -P<port>
db_1 |
db_1 | Please remember to change the above password as soon as possible!
db_1 | MySQL user 'root' has no password but only allows local connections
Thanks very much for your help!
Hello, I use this docker compose file:
When I run your init.sh (I got this from example 6 "how to develop a plugin"), I see the following:
It works with
dnhsoft/shopware:5.1.6
… What do I wrong?