Skip to content

Commit

Permalink
Merge pull request #190 from qoomon/feature/replace-docker-compose-im…
Browse files Browse the repository at this point in the history
…age-with-official-image

refactor: replace compose container with the official docker/compose
  • Loading branch information
rnorth committed Aug 1, 2016
2 parents b41e7cf + 088e15f commit d57740f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private SELF self() {
class DockerCompose extends GenericContainer<DockerCompose> {
public DockerCompose(File composeFile, String identifier) {

super("dduportal/docker-compose:1.7.1");
super("docker/compose:1.8.0");
addEnv("COMPOSE_PROJECT_NAME", identifier);
// Map the docker compose file into the container
addEnv("COMPOSE_FILE", "/compose/" + composeFile.getAbsoluteFile().getName());
Expand Down

0 comments on commit d57740f

Please sign in to comment.