Hi,
Running a multi-node setup, it is working fine. Watchtower was working fine till single-node, when trying to run watchtower for multinode monitor and automatic updates, it keeps restarting. mentioning container name as storagenode-a storagenode-b storagenode-c storagenode-d in watchtower and even correct name of docker image as storjlabs/watchtower:latest.
Any suggestion about running it properly?
Thanks.
Alexey
February 12, 2026, 1:12am
3
Hello @saqiz7861 ,
Welcome to the forum!
You can use this workaround:
Try adding:
environment:
<...>
DOCKER_API_VERSION: 1.44
<...>
in the watchtower container configuration
Hi @Alexey
Creating a docker-compose file worked, previously I was running the container directly from CLI. Now made a file and created container from file.
It is UP and running, how to find any possible log for watchtower to check if it is really running/working for the update process.
Thanks.
docker logs watchtower comes empty, docker ps says watchtower is running and not crashing/restarting as it was.
Alexey
February 13, 2026, 3:57am
6
It rarely print something to the logs.
You may also use an original watchtower instead of ours, but I think ours would be updated soon:
main β version-bump
opened 01:12PM - 12 Feb 26 UTC
* Latest `main` is merged from the upstream repository
* Custom changes are ap⦠plied on top of main:
<img width="1483" height="448" alt="image" src="https://github.com/user-attachments/assets/158dd0af-4cef-47ce-b8da-20833bc6e91f" />
* Version is bumped:
<img width="1469" height="307" alt="image" src="https://github.com/user-attachments/assets/b21415ae-b793-448a-bb33-00edf524f5d6" />
Thanks, will check and update here if update does not work.