feat(watchtower): increase timeout
This commit is contained in:
parent
ac3a1d9765
commit
479d6bd283
|
@ -10,6 +10,8 @@
|
||||||
"/etc/localtime:/etc/localtime:ro"
|
"/etc/localtime:/etc/localtime:ro"
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
|
# some containers take really long to shut down
|
||||||
|
WATCHTOWER_TIMEOUT = "120s";
|
||||||
WATCHTOWER_CLEANUP = "true";
|
WATCHTOWER_CLEANUP = "true";
|
||||||
WATCHTOWER_INCLUDE_STOPPED = "true";
|
WATCHTOWER_INCLUDE_STOPPED = "true";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue