Skip to content

Commit 4713019

Browse files
Makefile: use docker compose not docker-compose (#1309)
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 4713019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)