dnhsoft / sw-docker-demo

Shopware Docker Demo Files
17 stars 10 forks source link

Waiting for mysql server ... #7

Open devmtsshop opened 3 years ago

devmtsshop commented 3 years ago

When i execute the init.sh file the command get stuck on "waiting for mysql server" . Any ideas what to do?

devmtsshop commented 3 years ago

sorry i am new to github... :D

When i execute the init.sh file the command get stuck on "waiting for mysql server" . Any ideas what to do?

devmtsshop commented 3 years ago

This is my compose.yml `version: "2"

services:

shop: image: dnhsoft/shopware:5.6.9 links:

`