Page 1 of 1

Domoticz Docker Container update trigger

Posted: Wednesday 04 June 2025 11:16
by acaonweb
i'm switching to have domoticz into a docker container and porting was good at the moment.
there is a difference regarding the update to a new version.
in the bare installation, in setting i can enable an alert so when a new domoticz version is available, a pop up appears and i could easly update.
In the docker container, i haven't is, so i'm wondering how a new version avaliable can be notified?

there is some setting i have to enable, or someone can show me the way to do it?
Thanx

Fabrizio

Re: Domoticz Docker Container update trigger

Posted: Wednesday 04 June 2025 11:55
by waltervl
There is no trigger as it is managed by Docker. There are some tools around docker to check if there is a new docker image. You have to google for that.
Or you can run a regularly update command:

Code: Select all

docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
as indicated in the instructions on'

https://hub.docker.com/r/domoticz/domoticz

Re: Domoticz Docker Container update trigger

Posted: Wednesday 04 June 2025 13:30
by gizmocuz
You also do not have to update every time.

If you want a good docker compose manager, you could install (via docker compose of course) DockGE, I like this one very much!