Skip to content

Commit 35c8010

Browse files
Makefile: use docker compose not docker-compose
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.
1 parent 7b9c99d commit 35c8010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ test:
44
go test -race -cover ./...
55

66
docker:
7-
docker-compose up -d
7+
docker compose up -d

0 commit comments

Comments
 (0)