mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
Add storage_opt to 2.2 schema
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
e22524474a
commit
b4eaddf984
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue