koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
166 stars 54 forks source link

Set postgres docker-compose port to 5432 (default) #162

Closed Vija02 closed 4 months ago

Vija02 commented 1 year ago

I had trouble getting the postgres docker-compose to work. Turns out it was because the port was defaulting incorrectly (probably defaults to mysql 3306?).

Setting the port explicitly fixes the issue.

phanan commented 4 months ago

Hey, thanks! And sorry for this super late reaction. This whole discussion somehow wasn't under my radar at all.