Browse Source

Add storage_opt to 2.2 schema

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 years ago
parent
commit
5c5a40c337
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compose/config/config_schema_v2.2.json

+ 1 - 0
compose/config/config_schema_v2.2.json

@@ -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": {