Skip to content

Commit

Permalink
Merge pull request #25 from github/docker-compose-v2
Browse files Browse the repository at this point in the history
swap to docker compose v2
  • Loading branch information
GrantBirki authored Apr 3, 2024
2 parents 23f8ef0 + 836bd86 commit 2e03fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end_fold() {
}

docker_compose() {
cd "$DIR" && docker-compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
cd "$DIR" && docker compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
}

unset DOCKER_COMPOSE_NEEDS_SHUTDOWN
Expand Down

0 comments on commit 2e03fb1

Please sign in to comment.