mirror of https://github.com/docker/compose.git
8a339946fa
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> |
||
---|---|---|
.. | ||
__init__.py | ||
environment_test.py | ||
network_test.py | ||
project_test.py | ||
resilience_test.py | ||
service_test.py | ||
state_test.py | ||
testcases.py | ||
volume_test.py |