New node, same IP, Watchtower command question

You just add the name of the second node to your watchtower command. One watchtower can update all your storagenodes.

docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower storagenode storagenode_2 watchtower --stop-timeout 300s --interval 21600
5 Likes