diff --git a/pkg/compose/create.go b/pkg/compose/create.go index 64de699ba..2deed06ff 100644 --- a/pkg/compose/create.go +++ b/pkg/compose/create.go @@ -380,6 +380,7 @@ func (s *composeService) getCreateOptions(ctx context.Context, p *types.Project, Isolation: container.Isolation(service.Isolation), Runtime: service.Runtime, LogConfig: logConfig, + GroupAdd: service.GroupAdd, } return &containerConfig, &hostConfig, networkConfig, nil