Does watchtower work with the beta?

I do run with the -d option…

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

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

so the -d needs to be there twice?

Update: wow adding the 2nd -d does cause logging to be enabled… great… thx…

1 Like

The first -d is a docker parameter, the second is a watchtower parameter. It’s a bit confusing, but it makes sense if you look at the command closely.

1 Like