Skip to content

Commit

Permalink
fix(cli): create compose project with default profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger committed Apr 24, 2024
1 parent 0b13c24 commit cfc7ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/compose/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func LoadDockerComposeProject(paths []string, envFiles []string) (*composetypes.
composecli.WithOsEnv,
composecli.WithEnvFiles(envFiles...),
composecli.WithDotEnv,
composecli.WithDefaultProfiles(),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit cfc7ec3

Please sign in to comment.