Update quickstart (#12866)

### What problem does this PR solve?

To notify developer use the correct release.

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-01-28 11:06:17 +08:00
committed by GitHub
parent df3d044f03
commit 591870eb6e

View File

@ -191,7 +191,12 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
$ git checkout -f v0.23.1
```
3. Use the pre-built Docker images and start up the server:
3. Switch to current version:
```bash
$ git checkout -f v0.23.1
```
4. Use the pre-built Docker images and start up the server:
```bash
# Use CPU for DeepDoc tasks:
@ -215,7 +220,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
The image size shown refers to the size of the *downloaded* Docker image, which is compressed. When Docker runs the image, it unpacks it, resulting in significantly greater disk usage. A Docker image will expand to around 7 GB once unpacked.
:::
4. Check the server status after having the server up and running:
5. Check the server status after having the server up and running:
```bash
$ docker logs -f docker-ragflow-cpu-1
@ -237,7 +242,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
If you skip this confirmation step and directly log in to RAGFlow, your browser may prompt a `network anomaly` error because, at that moment, your RAGFlow may not be fully initialized.
:::
5. In your web browser, enter the IP address of your server and log in to RAGFlow.
6. In your web browser, enter the IP address of your server and log in to RAGFlow.
:::caution WARNING
With the default settings, you only need to enter `http://IP_OF_YOUR_MACHINE` (**sans** port number) as the default HTTP serving port `80` can be omitted when using the default configurations.