Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e979802

Browse files
committed
fix faltal error when uses 'group_add' key
fix #446 Signed-off-by: Lawrence Li <[email protected]>
1 parent c6a7d46 commit e979802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/schema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ var servicesSchemaDataV2 = `{
281281
282282
"external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
283283
"extra_hosts": {"$ref": "#/definitions/list_or_dict"},
284+
"group_add": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
284285
"hostname": {"type": "string"},
285286
"image": {"type": "string"},
286287
"ipc": {"type": "string"},

0 commit comments

Comments
 (0)