Skip to content

Commit

Permalink
Use docker compose v2 by default everywhere (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored Feb 20, 2024
1 parent 0c8e054 commit dfb6fd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-744.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: fix
fix:
description: Use Docker Compose v2 by default when constructing a `DockerComposeExecutable`
explicitly.
links:
- https://github.com/palantir/docker-compose-rule/pull/744
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected List<String> dockerComposePath() {

@Value.Default
public boolean useDockerComposeV2() {
return false;
return true;
}

@Override
Expand Down

0 comments on commit dfb6fd3

Please sign in to comment.