Skip to content

compose up command customization with no match produces wrong command #1954

@ravipal

Description

@ravipal

By default the compose up command runs the command
docker-compose -f "docker-compose.yml" up -d --build

But when a command customization is provided with no match, it suppose to use the default command same as above. But it runs the below command (note the location of up) which is not valid.
docker-compose up -f "docker-compose.yml" -d --build

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions