SingleServer_MultiNode watchtower issue

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.

1 Like

Hello @saqiz7861 ,
Welcome to the forum!

You can use this workaround:

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.

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:

Thanks, will check and update here if update does not work.