mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
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"},
|
"cpuset": {"type": "string"},
|
||||||
"detach": {"type": "boolean"},
|
|
||||||
"devices": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
"devices": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
|
||||||
"dns": {"$ref": "#/definitions/string_or_list"},
|
"dns": {"$ref": "#/definitions/string_or_list"},
|
||||||
"dns_search": {"$ref": "#/definitions/string_or_list"},
|
"dns_search": {"$ref": "#/definitions/string_or_list"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user