mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07: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:
@@ -87,6 +87,7 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
||||
'container_name',
|
||||
'dockerfile',
|
||||
'logging',
|
||||
'network_mode',
|
||||
]
|
||||
|
||||
DOCKER_VALID_URL_PREFIXES = (
|
||||
|
||||
Reference in New Issue
Block a user