testcontainers/testcontainers-java
Vedi su GitHubdocker-compose files from two different locations
Open
#1863 aperta il 11 set 2019
help wantedresolution/acknowledged
Metriche repository
- Star
- (7535 star)
- Metriche merge PR
- (Merge medio 2g 17h) (2 PR mergiate in 30 g)
Descrizione
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.