fix: convent error #178

Merged
metal3d merged 1 commits from kanrin/katenary:master into master 2025-12-07 10:08:34 +00:00
Showing only changes of commit 990eda74eb - Show all commits

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.WithInterpolation(true),
cli.WithDefaultConfigPath,