fix: convent error

This commit is contained in:
Orz
2025-10-28 18:42:06 +08:00
parent 7230081401
commit 990eda74eb

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,