Merge pull request 'fix: convent error' (#178) from kanrin/katenary:master into master

Reviewed-on: Katenary/katenary#178
This commit is contained in:
2025-12-07 10:08:33 +00:00

View File

@@ -41,7 +41,7 @@ func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*
} }
} }
options, err := cli.NewProjectOptions(nil, options, err := cli.NewProjectOptions(dockerComposeFile,
cli.WithProfiles(profiles), cli.WithProfiles(profiles),
cli.WithInterpolation(true), cli.WithInterpolation(true),
cli.WithDefaultConfigPath, cli.WithDefaultConfigPath,