Skip to content

Commit

Permalink
chore: fix docker-compose break
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 12, 2024
1 parent d870656 commit 827904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: setup
setup:
docker-compose up -d --force-recreate --remove-orphans
docker compose up -d --force-recreate --remove-orphans

.PHONY: check
check:
Expand Down

0 comments on commit 827904c

Please sign in to comment.