Skip to content

Commit 740a947

Browse files
committed
fix(testing): Fix docker command in makefile
1 parent 0afaa14 commit 740a947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ reload:
1313

1414
# Watch log output from services
1515
logs:
16-
cd contrib && docker-compose -f docker-compose.dev.yml logs -f
16+
cd contrib && docker compose -f docker-compose.dev.yml logs -f
1717

1818
# Stop all services
1919
down:
20-
cd contrib && docker-compose -f docker-compose.dev.yml down
20+
cd contrib && docker compose -f docker-compose.dev.yml down
2121

2222
# Cargo commands
2323
fmt:

0 commit comments

Comments
 (0)