Closed dciccale closed 7 years ago
Hi,
From some Shopware version we changed the default DB user from admin to root.
In this older Shopware version you need to explicitly indicate the database username.
Therefore just add an environment variable to the shop section:
shop:
image: dnhsoft/shopware:5.1.2
links:
- db
- mailhog
ports:
- "8000:80"
environment:
SWDB_USER: root
solved. thanks
Hi, I am using this docker-compose.yml file
And then running this in order:
However, it gets stuck when running
/swtools/init.sh
with this message: "Waiting for mysql server..."How could I solve this to run shopware v 5.1.2 with demo database?
Thank you in advance.