33efcb814c
The previous default timeout was 10 seconds, which does not always allow services enough time to shut down safely. Change-Id: I54eff91567108a7e5d99f067829ae4a6900cd859
7 lines
211 B
YAML
7 lines
211 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Increases the default value of ``docker_graceful_timeout`` from 10 to 60.
|
|
This sets the time that docker will wait for a container to gracefully stop
|
|
before issuing a KILL signal.
|