Updated instructions on upgrading to RAGFlow dev (#3175)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2024-11-04 13:21:29 +08:00
committed by GitHub
parent 285fd6ae14
commit 3e4fc12d30
4 changed files with 12 additions and 5 deletions

View File

@ -18,7 +18,13 @@ You can upgrade RAGFlow to dev version or the latest version:
RAGFLOW_IMAGE=infiniflow/ragflow:dev
```
2. Update RAGFlow image and restart RAGFlow:
2. Pull the latest code from inside Docker:
```bash
git pull
```
3. Update RAGFlow image and restart RAGFlow:
```bash
docker compose -f docker/docker-compose.yml pull