mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 06:38:59 +08:00
minor format updates (#3471)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
f4e9dae33a
commit
ed72d1100b
@ -9,11 +9,11 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
You can upgrade RAGFlow to the dev version or the latest version:
|
You can upgrade RAGFlow to the dev version or the latest version:
|
||||||
|
|
||||||
- The Dev version (Development version) is the latest, tested image.
|
- The Dev version (Development version) is the latest, tested Docker image of RAGFlow.
|
||||||
- The latest version is the most recent, officially published release. For example, `v0.13.0`.
|
- The latest version is the most recent, officially published release. For example, `v0.13.0`.
|
||||||
|
|
||||||
|
|
||||||
## 1. Upgrade RAGFLOW_IMAGE
|
## 1. Update RAGFLOW_IMAGE
|
||||||
|
|
||||||
Update **ragflow/docker/.env** as follows:
|
Update **ragflow/docker/.env** as follows:
|
||||||
|
|
||||||
@ -25,8 +25,8 @@ Update **ragflow/docker/.env** as follows:
|
|||||||
]}>
|
]}>
|
||||||
<TabItem value="dev">
|
<TabItem value="dev">
|
||||||
|
|
||||||
:::tip IMPORTANT
|
:::danger IMPORTANT
|
||||||
The Dev version (Development version) is the latest, tested image.
|
The Dev version (Development version) is the latest, tested Docker image of RAGFlow.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -36,7 +36,7 @@ RAGFLOW_IMAGE=infiniflow/ragflow:dev
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="latest">
|
<TabItem value="latest">
|
||||||
|
|
||||||
:::tip IMPORTANT
|
:::danger IMPORTANT
|
||||||
The latest version is the most recent, officially published release. For example, `v0.13.0`.
|
The latest version is the most recent, officially published release. For example, `v0.13.0`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ RAGFLOW_IMAGE=infiniflow/ragflow:latest
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
## Pull the latest code
|
## 2. Pull the latest code
|
||||||
|
|
||||||
Pull the latest code from inside Docker:
|
Pull the latest code from inside Docker:
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ Pull the latest code from inside Docker:
|
|||||||
git pull
|
git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update RAGFlow image and restart RAGFlow
|
## 3. Update RAGFlow image and restart RAGFlow
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose -f docker/docker-compose.yml pull
|
docker compose -f docker/docker-compose.yml pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user