Looping db check when installing via docker compose
Hi,
I am trying to install homearr using the docker compose on https://homarr.dev/
and I'm getting a looping message
Solution:Jump to solution
Then closing the terminal will terminate Homarr, yes. You should press CTRL + C and run
docker compose up -d
instead. -d
means detached - it will run in the background without relying on your Terminal session18 Replies
Hi @SchmittyD , this is normal. No need for concern
Ah ok. Thanks. How long should it take to run?
The database check should pass within 10 milliseconds (unless you have a very slow SSD / HDD).
Is the page not loading?
I'm just looking at the terminal output. I'm running it on a linode.
These messages are nothing unusual. But since you only sent a part of the log, I cannot tell if the app is actually running or not
I assume you haven't connected to it yet? I don't quite understand your question yet... 🙂
I've loaded the web page. It seems to working.
Awesome. Can we mark this as resolved then?
Can I close the terminal window now or will that close it?
Do you run using Docker? How did you start Homarr?
Yes, I am using Docker. Using the docker-compose file from the web site
Did you run
docker compose up
or docker compose up -d
?docker compose up
Solution
Then closing the terminal will terminate Homarr, yes. You should press CTRL + C and run
docker compose up -d
instead. -d
means detached - it will run in the background without relying on your Terminal sessionAh ok, Thanks. This is my first time using docker
No worries. Does it run again after running the command?
Yes
Awesome! Have fun with Homarr . Let us know if you have any questions
Thanks very much! Will do. This is resolved now. 😄