mirror of
https://github.com/docker/compose.git
synced 2026-09-21 21:14:26 +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> |
||
|---|---|---|
| .. | ||
| 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 | ||