From 1d6d6f75281fffc88ef1493bcc1b93fe330fd7d0 Mon Sep 17 00:00:00 2001 From: Hisham Akmal Date: Tue, 11 Jun 2024 12:33:22 +0530 Subject: [PATCH] Updated the docker compose instructions in README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87d9a2..c50142a 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,13 @@ GEMINI_KEY REDIS_PASSWORD REDIS_URI ``` -3. Run the below command +3. Run the below command to set the project up in development mode ```bash -sudo docker-compose down && sudo docker-compose up --build +docker compose -f docker-compose.dev.yml up --build +``` +3. Run the below command to stop/terminate docker-compose and containers +```bash +docker compose -f docker-compose.dev.yml down ``` ## Features ### Home