mirror of https://github.com/docker/compose.git
Remove name field from the list of ALLOWED_KEYS
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
589755d034
commit
9c305ac10f
|
@ -65,7 +65,6 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
|||
'dockerfile',
|
||||
'expose',
|
||||
'external_links',
|
||||
'name',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue