summaryrefslogtreecommitdiff
path: root/compose/config/config_schema_v2.1.json
diff options
context:
space:
mode:
Diffstat (limited to 'compose/config/config_schema_v2.1.json')
-rw-r--r--compose/config/config_schema_v2.1.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/compose/config/config_schema_v2.1.json b/compose/config/config_schema_v2.1.json
index 87a730dd..5ad5a20e 100644
--- a/compose/config/config_schema_v2.1.json
+++ b/compose/config/config_schema_v2.1.json
@@ -88,7 +88,8 @@
"context": {"type": "string"},
"dockerfile": {"type": "string"},
"args": {"$ref": "#/definitions/list_or_dict"},
- "labels": {"$ref": "#/definitions/labels"}
+ "labels": {"$ref": "#/definitions/labels"},
+ "isolation": {"type": "string"}
},
"additionalProperties": false
}