testcontainers/testcontainers-java
Ver no GitHubdocker-compose files from two different locations
Open
#1.863 aberto em 11 de set. de 2019
help wantedresolution/acknowledged
Métricas do repositório
- Stars
- (7.535 stars)
- Métricas de merge de PR
- (Mesclagem média 2d 17h) (2 fundiu PRs em 30d)
Description
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.