From 8ce5e235e453169310f81794c74f5e83cd6ebc40 Mon Sep 17 00:00:00 2001 From: Anca Iordache Date: Mon, 22 Mar 2021 19:22:02 +0100 Subject: [PATCH] Add back `storage_opts` as service property Signed-off-by: Anca Iordache --- compose/config/compose_spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/config/compose_spec.json b/compose/config/compose_spec.json index c0d483669..8eadb8f2f 100644 --- a/compose/config/compose_spec.json +++ b/compose/config/compose_spec.json @@ -335,7 +335,6 @@ "read_only": {"type": "boolean"}, "restart": {"type": "string"}, "runtime": { - "deprecated": true, "type": "string" }, "scale": { @@ -367,6 +366,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": {