Browse Source

Merge pull request #6025 from vdemeester/init-in-3.7

Add `init` support in 3.7 schema
Joffrey F 7 năm trước cách đây
mục cha
commit
9cb1a07c66
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compose/config/config_schema_v3.7.json

+ 1 - 0
compose/config/config_schema_v3.7.json

@@ -154,6 +154,7 @@
         "healthcheck": {"$ref": "#/definitions/healthcheck"},
         "hostname": {"type": "string"},
         "image": {"type": "string"},
+	"init": {"type": "boolean"},
         "ipc": {"type": "string"},
         "isolation": {"type": "string"},
         "labels": {"$ref": "#/definitions/list_or_dict"},