Skip to content

Commit

Permalink
Makefile: use docker compose not docker-compose
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 committed Jul 11, 2024
1 parent ebca72e commit 7b45647
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 7b45647

Please sign in to comment.