From 5c5a40c3375693cadaab6d1449e13f4a4bda6047 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Fri, 23 Jun 2017 15:33:02 -0700 Subject: [PATCH] Add storage_opt to 2.2 schema Signed-off-by: Joffrey F --- compose/config/config_schema_v2.2.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/config/config_schema_v2.2.json b/compose/config/config_schema_v2.2.json index e8edb60ed..87ba26ae4 100644 --- a/compose/config/config_schema_v2.2.json +++ b/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": {