mirror of
https://github.com/docker/compose.git
synced 2026-07-10 10:14:13 +00:00
The issue is that if a secret is added to the compose file, then it will not notice that containers have diverged since last run, because secrets are not part of the config_hash, which determines if the configuration of a service is the same or not. Signed-off-by: Henke Adolfsson <catears13@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 | ||