if you have issues with respawning multiple instances of watchtower, you can kill them all (powershell/bash):
docker rm --force $(docker ps -qf ancestor=storjlabs/watchtower)
and run only one instance
if you have issues with respawning multiple instances of watchtower, you can kill them all (powershell/bash):
docker rm --force $(docker ps -qf ancestor=storjlabs/watchtower)
and run only one instance