I agree!
In the meantime, if you want to run the update yourself, you can do it from the CLI:
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower \
--run-once
The --rm causes this temporary watchtower container to remove itself after it has run.
The --run-once tells Watchtower to run only once and then exit.
We should add a button that just runs this command in Gladys, I agree ![]()