We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f30fc commit a698708Copy full SHA for a698708
2 files changed
README-zh.md
@@ -31,7 +31,7 @@ git clone https://github.com/apecloud/ApeRAG.git
31
cd ApeRAG
32
cp envs/env.template .env
33
cp frontend/deploy/env.local.template frontend/.env
34
-docker compose up -d
+docker-compose up -d --pull always
35
```
36
37
运行后,您可以在浏览器中访问 ApeRAG:
README.md
After running, you can access ApeRAG in your browser at:
0 commit comments