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

Commit 1a928db

Browse files
author
Vincent Demeester
authored
Merge pull request #464 from gitlawr/group_add_fix
fix faltal error when using 'group_add' key
2 parents c6a7d46 + e979802 commit 1a928db

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)