Преглед изворни кода

Add storage_opt to 2.2 schema

Signed-off-by: Joffrey F <[email protected]>
Joffrey F пре 8 година
родитељ
комит
5c5a40c337
1 измењених фајлова са 1 додато и 0 уклоњено
  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": {