Update with docker-compose pull performed but remains blocked in 1.7.0 although it is well pull
Hello,
I have a problem with my Homarr, it is well updated with docker-compose pull but remains blocked in 1.7.0 whereas it is well pull. Could you help me because I don't know what to do.
I remembered to stop and start it.
I have a problem with my Homarr, it is well updated with docker-compose pull but remains blocked in 1.7.0 whereas it is well pull. Could you help me because I don't know what to do.
I remembered to stop and start it.


Solution
- Your docker pulled the correct image and "downloaded"
- Your container is likely still running (or was running) with the old image
- You are using
1.9.0- Your container is likely still running (or was running) with the old image
- You are using
docker-compose, which is the old version and deprecated. Use docker compose instead. See https://homarr.dev/docs/getting-started/installation/docker#updating for further information.Docker is our recommended installation method for beginners and professionals.