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