Skip to content

Commit

Permalink
Makefile: use docker compose not docker-compose (segmentio#1309)
Browse files Browse the repository at this point in the history
As part of the Docker binary this will be updated more often and has
better support and newer features than the separate "docker-compose"
binary.
  • Loading branch information
kevinburkesegment authored Jul 15, 2024
1 parent 7b9c99d commit 4713019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ test:
go test -race -cover ./...

docker:
docker-compose up -d
docker compose up -d

0 comments on commit 4713019

Please sign in to comment.