We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4d577 commit 16a7c20Copy full SHA for 16a7c20
cmd/compose/down.go
@@ -78,7 +78,7 @@ func downCommand(p *ProjectOptions, dockerCli command.Cli, backend api.Service)
78
}
79
80
func runDown(ctx context.Context, dockerCli command.Cli, backend api.Service, opts downOptions, services []string) error {
81
- project, name, err := opts.projectOrName(dockerCli)
+ project, name, err := opts.projectOrName(dockerCli, services...)
82
if err != nil {
83
return err
84
0 commit comments