feat(watchtower): increase timeout

This commit is contained in:
Felix Schröter 2022-10-16 12:29:09 +02:00
parent ac3a1d9765
commit 479d6bd283
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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";
};