testcontainers/testcontainers-java
docker-compose files from two different locations
開放
#1,863 建立於 2019年9月11日
help wantedresolution/acknowledged
倉庫指標
- 星標
- (7,535 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.