Skip to content

Commit

Permalink
Change docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Aug 2, 2024
1 parent a65e1b2 commit a3da556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ start:

.PHONY: stop
stop:
@cd dsw && docker-compose down
@cd dsw && docker compose down


.PHONY: run
Expand Down
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ docker pull --platform linux/amd64 $SERVER_IMAGE
docker pull --platform linux/amd64 $DOCWORKER_IMAGE
docker pull --platform linux/amd64 $CLIENT_IMAGE

docker-compose up -d
docker compose up -d
./create-bucket.sh

0 comments on commit a3da556

Please sign in to comment.