update docker compose command

This commit is contained in:
Ubuntu 2025-07-23 05:47:33 +00:00
parent cccd383b92
commit 2da3f3708c

View file

@ -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"