Get the newest version of go-compose

- better integration of compose file
- needed to impose to not resolve path in "parser" package to get them
  from the working directory. This should be improved later
This commit is contained in:
2024-04-03 14:15:50 +02:00
parent 3a0cf1a7db
commit 6e33fa474a
3 changed files with 24 additions and 19 deletions

View File

@@ -20,6 +20,7 @@ func Parse(profiles []string, dockerComposeFile ...string) (*types.Project, erro
cli.WithDotEnv,
cli.WithNormalization(true),
cli.WithInterpolation(true),
cli.WithResolvedPaths(false),
//cli.WithResolvedPaths(true),
)
if err != nil {