Skip to content

Commit 9cb1a07

Browse files
authored
Merge pull request #6025 from vdemeester/init-in-3.7
Add `init` support in 3.7 schema
2 parents 13d8cf4 + c584ad6 commit 9cb1a07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compose/config/config_schema_v3.7.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"healthcheck": {"$ref": "#/definitions/healthcheck"},
155155
"hostname": {"type": "string"},
156156
"image": {"type": "string"},
157+
"init": {"type": "boolean"},
157158
"ipc": {"type": "string"},
158159
"isolation": {"type": "string"},
159160
"labels": {"$ref": "#/definitions/list_or_dict"},

0 commit comments

Comments
 (0)