mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00:00
Previously any containers which did *not* have any links were always recreated. In order to fix depends_on and preserve expected links recreation behaviour, we now only use the ConvergenceStrategy.always recreation strategy for a service if any of the the following conditions are true: * --always-recreate-deps flag provided * service container is stopped * service defines links but the container does not have any * container has links but the service definition does not Signed-off-by: joeweoj <joewardell@gmail.com> |
||
|---|---|---|
| .. | ||
| acceptance | ||
| fixtures | ||
| integration | ||
| unit | ||
| __init__.py | ||
| helpers.py | ||