mirror of
https://github.com/docker/compose.git
synced 2025-05-09 17:10:12 +02:00
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
5a3a10d43b
commit
5bd88f634f
@ -87,6 +87,7 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
|||||||
'container_name',
|
'container_name',
|
||||||
'dockerfile',
|
'dockerfile',
|
||||||
'logging',
|
'logging',
|
||||||
|
'network_mode',
|
||||||
]
|
]
|
||||||
|
|
||||||
DOCKER_VALID_URL_PREFIXES = (
|
DOCKER_VALID_URL_PREFIXES = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user