Skip to content

Commit 1994776

Browse files
committed
Changed references to deprecated docker-compose to docker compose
1 parent 66b8963 commit 1994776

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
@@ -1,7 +1,7 @@
11
.PHONY: clean start stop help start-debug test
22

33
stop:
4-
docker-compose down
4+
docker compose down
55

66
start:
77
DEBUG_MODE=false sh run-crawlers.sh

0 commit comments

Comments
 (0)