mirror of
https://github.com/docker/compose.git
synced 2025-05-09 09:00:11 +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',
|
||||
'dockerfile',
|
||||
'logging',
|
||||
'network_mode',
|
||||
]
|
||||
|
||||
DOCKER_VALID_URL_PREFIXES = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user