Skip to content

Commit e9cb564

Browse files
author
Mrunal Patel
committed
Merge pull request #124 from wking/example-additional-gids
config: Add example additionalGids
2 parents d9a5bf2 + 3f4125c commit e9cb564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For Linux-based systems the user structure has the following fields:
5656
"user": {
5757
"uid": 1,
5858
"gid": 1,
59-
"additionalGids": []
59+
"additionalGids": [5, 6]
6060
},
6161
"env": [
6262
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",

0 commit comments

Comments
 (0)