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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user