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 0e709e9d..6f923871 100644
--- a/compose/config/config_schema_v2.3.json
+++ b/compose/config/config_schema_v2.3.json
@@ -92,7 +92,8 @@
"cache_from": {"$ref": "#/definitions/list_of_strings"},
"network": {"type": "string"},
"target": {"type": "string"},
- "shm_size": {"type": ["integer", "string"]}
+ "shm_size": {"type": ["integer", "string"]},
+ "extra_hosts": {"$ref": "#/definitions/list_or_dict"}
},
"additionalProperties": false
}