Skip to content

Commit

Permalink
fix: the location of Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Aug 9, 2024
1 parent 122ff6b commit 46105c3
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
@@ -1,5 +1,5 @@
deploydb:
sudo docker compose -f docker-compose.prod.yml up
sudo docker compose -f docker-compose.prod.yml up -d

destroydb:
sudo docker compose -f docker-compose.prod.yml down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
timeout: 10s
retries: 5

dragonfly:
redis:
image: redis:7.4-alpine
restart: unless-stopped
ports:
Expand Down

0 comments on commit 46105c3

Please sign in to comment.