Compare commits

...

1 Commits

Author SHA1 Message Date
Orz
990eda74eb fix: convent error
Some checks failed
Go-Tests / tests (pull_request) Has been cancelled
Go-Tests / sonar (pull_request) Has been cancelled
2025-10-28 18:42:06 +08: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.WithInterpolation(true),
cli.WithDefaultConfigPath,