diff --git a/Makefile b/Makefile index e2374f2e3..47f45c950 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ test: go test -race -cover ./... docker: - docker-compose up -d + docker compose up -d