mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Correctly merge the 'services/<service>/networks' key in the case of multiple compose files.
Fixes docker/compose#2839. Signed-off-by: Lukas Waslowski <cr7pt0gr4ph7@gmail.com>
This commit is contained in:
parent
e929086c49
commit
5a3a10d43b
@ -698,6 +698,7 @@ def merge_service_dicts(base, override, version):
|
||||
'depends_on',
|
||||
'expose',
|
||||
'external_links',
|
||||
'networks',
|
||||
'ports',
|
||||
'volumes_from',
|
||||
]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user