From ac900d825f9738e4075d1af665235113fbf8b9f6 Mon Sep 17 00:00:00 2001 From: Nguyen Trong Thanh <59362196+ngtrthanh@users.noreply.github.com> Date: Sun, 15 Dec 2024 17:45:34 +0700 Subject: [PATCH] Update README.md change to docker compose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44852f615..88ef65605 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ DEFAULT_NUM_CTX=8192 2. **Run the Container**: Use Docker Compose profiles to manage environments: ```bash - docker-compose --profile development up # Development - docker-compose --profile production up # Production + docker compose --profile development up # Development + docker compose --profile production up # Production ``` - With the development profile, changes to your code will automatically reflect in the running container (hot reloading).