mirror of https://github.com/docker/compose.git
Add storage_opt to 2.2 schema
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
e22524474a
commit
b4eaddf984
|
@ -235,6 +235,7 @@
|
|||
"stdin_open": {"type": "boolean"},
|
||||
"stop_grace_period": {"type": "string", "format": "duration"},
|
||||
"stop_signal": {"type": "string"},
|
||||
"storage_opt": {"type": "object"},
|
||||
"tmpfs": {"$ref": "#/definitions/string_or_list"},
|
||||
"tty": {"type": "boolean"},
|
||||
"ulimits": {
|
||||
|
|
Loading…
Reference in New Issue