mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Fix external secrets serialization
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
ec5d8264c9
commit
92873edd65
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ def denormalize_config(config, image_digests=None):
|
|||
service_dict.pop('name'): service_dict
|
||||
for service_dict in denormalized_services
|
||||
}
|
||||
|
||||
for key in ('networks', 'volumes', 'secrets', 'configs'):
|
||||
config_dict = getattr(config, key)
|
||||
if not config_dict:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue