Skip to content

docker-compose files from two different locations #1863

@HaMatthias

Description

@HaMatthias

Why is it not possible to supply two docker-compose.yml-files from different directories to the DockerComposeContainer-Constructor?

e.g. like:

new DockerComposeContainer(new File("first/directory/docker-compose.yml"), new File("first/docker-compose.override.yml"))

There is always occuring the a FileNotFoundError in the containerized docker environment.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions