Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not initialise the docker stack #179

Closed
SylvainDx opened this issue Mar 22, 2023 · 4 comments
Closed

Can not initialise the docker stack #179

SylvainDx opened this issue Mar 22, 2023 · 4 comments

Comments

@SylvainDx
Copy link

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.

@asdfzxcvbn
Copy link

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

@asdfzxcvbn
Copy link

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

@essys
Copy link

essys commented Dec 15, 2023

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'.

@Exerra
Copy link

Exerra commented Apr 3, 2024

Had the same problem, but fixed it with #168.

Basically you need to set the port manually (with pgsql it is 5432)

@phanan phanan closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants