mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
Increases stopContainer timeout from 60 seconds to 10min (#526)
This commit is contained in:
parent
3e069a707e
commit
006c4210fa
@ -45,7 +45,7 @@ func cleanupExcessWatchtowers(containers []container.Container, client container
|
||||
allContainersExceptLast := containers[0 : len(containers)-1]
|
||||
|
||||
for _, c := range allContainersExceptLast {
|
||||
if err := client.StopContainer(c, 60); err != nil {
|
||||
if err := client.StopContainer(c, 600); err != nil {
|
||||
// logging the original here as we're just returning a count
|
||||
logrus.Error(err)
|
||||
stopErrors++
|
||||
|
Loading…
Reference in New Issue
Block a user