diff --git a/pkg/compose/create.go b/pkg/compose/create.go index 47ce64895..6fa9cedab 100644 --- a/pkg/compose/create.go +++ b/pkg/compose/create.go @@ -397,6 +397,7 @@ func (s *composeService) getCreateOptions(ctx context.Context, p *types.Project, LogConfig: logConfig, GroupAdd: service.GroupAdd, Links: links, + OomScoreAdj: int(service.OomScoreAdj), } return &containerConfig, &hostConfig, networkConfig, nil