Skip to content

Support wildcards/glob paths in docker compose --file flag #10857

@814k31

Description

@814k31

Description

We could like to simplify our commands in a directory that holds many docker compose files

Current

docker compose -f file1.yml -f file2.yml -f file3.yml up

Desired:

docker compose -f *.yml up

I couldn't find how to achieve this in the documentation. If it exists could you please provide a reference.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions