koel/docker

Can not initialise the docker stack

SylvainDx opened this issue · 4 comments

Hello,

I use the docker-compose.mysql.yml file with just the password changes
and I cannot finish the koel:init because it cannot communicate with the db
image
I check installing ping on the koel's container and it can reach the db container.

i think i was having this issue with postgres, it should work fine if you use the mysql stack though

nevermind i just saw you're already using mysql, can you send your docker-compose.yml?

essys commented

I had the same problems.
Make sure that you use the same host information that you entered for DB_HOST in your Docker Compose file.
If you didn't change this value, then it should be 'database'.