summaryrefslogtreecommitdiff
path: root/compose/config/config_schema_v2.3.json
diff options
context:
space:
mode:
Diffstat (limited to 'compose/config/config_schema_v2.3.json')
-rw-r--r--compose/config/config_schema_v2.3.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/compose/config/config_schema_v2.3.json b/compose/config/config_schema_v2.3.json
index bd7ce166..ac0778f2 100644
--- a/compose/config/config_schema_v2.3.json
+++ b/compose/config/config_schema_v2.3.json
@@ -93,7 +93,8 @@
"network": {"type": "string"},
"target": {"type": "string"},
"shm_size": {"type": ["integer", "string"]},
- "extra_hosts": {"$ref": "#/definitions/list_or_dict"}
+ "extra_hosts": {"$ref": "#/definitions/list_or_dict"},
+ "isolation": {"type": "string"}
},
"additionalProperties": false
}