Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #464 from gitlawr/group_add_fix
Browse files Browse the repository at this point in the history
fix faltal error when using 'group_add' key
  • Loading branch information
Vincent Demeester authored May 11, 2017
2 parents c6a7d46 + e979802 commit 1a928db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ var servicesSchemaDataV2 = `{
"external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
"extra_hosts": {"$ref": "#/definitions/list_or_dict"},
"group_add": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
"hostname": {"type": "string"},
"image": {"type": "string"},
"ipc": {"type": "string"},
Expand Down

0 comments on commit 1a928db

Please sign in to comment.