mirror of https://github.com/docker/compose.git
Remove mistaken field
detach is a run param, not a config param. Oops, sorry! Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
2273e2bd3a
commit
7223d5cee0
|
@ -26,7 +26,6 @@
|
|||
]
|
||||
},
|
||||
"cpuset": {"type": "string"},
|
||||
"detach": {"type": "boolean"},
|
||||
"devices": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||
"dns": {"$ref": "#/definitions/string_or_list"},
|
||||
"dns_search": {"$ref": "#/definitions/string_or_list"},
|
||||
|
|
Loading…
Reference in New Issue