diff --git a/services/watchtower.nix b/services/watchtower.nix index dd83675..61f6797 100644 --- a/services/watchtower.nix +++ b/services/watchtower.nix @@ -10,6 +10,8 @@ "/etc/localtime:/etc/localtime:ro" ]; environment = { + # some containers take really long to shut down + WATCHTOWER_TIMEOUT = "120s"; WATCHTOWER_CLEANUP = "true"; WATCHTOWER_INCLUDE_STOPPED = "true"; };