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:
Lukas Waslowski 2016-02-08 15:33:26 +01:00 committed by Daniel Nephin
parent c77a8cfe3b
commit ad00f3dd21
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
'container_name',
'dockerfile',
'logging',
'network_mode',
]
DOCKER_VALID_URL_PREFIXES = (