Docker Image fails to start #234
Replies: 2 comments 1 reply
-
Hey there, it looks like Homechart can't connect to the database. We see this a lot with NAS platforms and unfortunately it's always something specific with that platform. For unRAID, folks have set a static IP on the PostgreSQL container and used that for the address in Homechart. You could try something like that and see if it works. FWIW, the docker compose setup works fine on vanilla Linux/Docker, not that it helps you right now. |
Beta Was this translation helpful? Give feedback.
-
OK. Interesting that I had not had the issue before but you were correct I needed to define the IP. I have a QNAP NAS with QTS Hero on it. dockerlan is a bridge network I set up on my NAS so I could put my docker containers on the same IP subnet as the NAS. The bridge needs set up first though and can be set up by So after that it worked fine with the internal IP but wouldn't connect externally with a 502 error. That is clearly a NGinx issue and I'll fix it. I'll close this now. Thank you for your help. Off to play with my new App. Looks good so far. |
Beta Was this translation helpful? Give feedback.
-
Just come across this app and it looks like it would save a lot of multiple containers.
However, I couldn't get it to start on my QNAP NAS. I copied the docker-compose from your version, modified the password in both places and performed a docker-compose up -d It looked like it had worked but I couldn't connected and when I looked in the logs I found some error messages. I've attached the messages. I tried a few things but no joy.
Error.txt
Beta Was this translation helpful? Give feedback.
All reactions