Skip to content

Unexpected behavior with docker compose down #12196

@rojvv

Description

@rojvv

I have a compose file with 3 services:

services:
    foo-api:
    bar-api:
    baz-api:

If I accidentally type fooapi with docker compose down, like this:

docker compose down fooapi

Then all services go down.

It must error instead. Or is this an intended behavior? Please enlighten me.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions