mirror of
https://github.com/docker/compose.git
synced 2026-07-04 07:11:35 +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> |
||
|---|---|---|
| .. | ||
| cli | ||
| config | ||
| __init__.py | ||
| __main__.py | ||
| bundle.py | ||
| const.py | ||
| container.py | ||
| errors.py | ||
| network.py | ||
| parallel.py | ||
| progress_stream.py | ||
| project.py | ||
| service.py | ||
| state.py | ||
| timeparse.py | ||
| utils.py | ||
| version.py | ||
| volume.py | ||