1
0
Эх сурвалжийг харах

Remove name field from the list of ALLOWED_KEYS

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 жил өмнө
parent
commit
9c305ac10f

+ 0 - 1
compose/config/config.py

@@ -65,7 +65,6 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
     'dockerfile',
     'expose',
     'external_links',
-    'name',
 ]