From 2da3f3708c17e355b46e666857b86190175e2222 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 23 Jul 2025 05:47:33 +0000 Subject: [PATCH] update docker compose command --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 4e742a07..45052199 100755 --- a/start.sh +++ b/start.sh @@ -23,7 +23,7 @@ export USE_KLAVIS_TOOLS=true # fi # Start with the base command and profile flags -CMD="docker-compose" +CMD="docker compose" CMD="$CMD --profile setup_qdrant" CMD="$CMD --profile qdrant" CMD="$CMD --profile rag_text_worker"