mirror of https://github.com/docker/compose.git
Handle the 'network_mode' key when merging multiple compose files.
Fixes docker/compose#2840. Signed-off-by: Lukas Waslowski <cr7pt0gr4ph7@gmail.com>
This commit is contained in:
parent
c77a8cfe3b
commit
ad00f3dd21
|
@ -87,6 +87,7 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
|||
'container_name',
|
||||
'dockerfile',
|
||||
'logging',
|
||||
'network_mode',
|
||||
]
|
||||
|
||||
DOCKER_VALID_URL_PREFIXES = (
|
||||
|
|
Loading…
Reference in New Issue