mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user