mirror of https://github.com/docker/compose.git
Add back `storage_opts` as service property
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
c1dddbe608
commit
8ce5e235e4
|
@ -335,7 +335,6 @@
|
||||||
"read_only": {"type": "boolean"},
|
"read_only": {"type": "boolean"},
|
||||||
"restart": {"type": "string"},
|
"restart": {"type": "string"},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"deprecated": true,
|
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"scale": {
|
"scale": {
|
||||||
|
@ -367,6 +366,7 @@
|
||||||
"stdin_open": {"type": "boolean"},
|
"stdin_open": {"type": "boolean"},
|
||||||
"stop_grace_period": {"type": "string", "format": "duration"},
|
"stop_grace_period": {"type": "string", "format": "duration"},
|
||||||
"stop_signal": {"type": "string"},
|
"stop_signal": {"type": "string"},
|
||||||
|
"storage_opt": {"type": "object"},
|
||||||
"tmpfs": {"$ref": "#/definitions/string_or_list"},
|
"tmpfs": {"$ref": "#/definitions/string_or_list"},
|
||||||
"tty": {"type": "boolean"},
|
"tty": {"type": "boolean"},
|
||||||
"ulimits": {
|
"ulimits": {
|
||||||
|
|
Loading…
Reference in New Issue