Skip to content

Commit a3da556

Browse files
committed
Change docker-compose to docker compose
1 parent a65e1b2 commit a3da556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ start:
1818

1919
.PHONY: stop
2020
stop:
21-
@cd dsw && docker-compose down
21+
@cd dsw && docker compose down
2222

2323

2424
.PHONY: run

scripts/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ docker pull --platform linux/amd64 $SERVER_IMAGE
1313
docker pull --platform linux/amd64 $DOCWORKER_IMAGE
1414
docker pull --platform linux/amd64 $CLIENT_IMAGE
1515

16-
docker-compose up -d
16+
docker compose up -d
1717
./create-bucket.sh

0 commit comments

Comments
 (0)