Skip to content

Commit c20cf8f

Browse files
committed
update docs
Signed-off-by: ryjiang <[email protected]>
1 parent 812e613 commit c20cf8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you begin, make sure that you have Milvus installed on either [Zilliz Clo
3030

3131
| Milvus Version | Recommended Attu Version |
3232
| -------------- | ------------------------------------------------------------------ |
33-
| 2.5.x | [v2.5.0](https://github.com/zilliztech/attu/releases/tag/v2.5.0) |
33+
| 2.5.x | [v2.5.0](https://github.com/zilliztech/attu/releases/tag/v2.5.1) |
3434
| 2.4.x | [v2.4.12](https://github.com/zilliztech/attu/releases/tag/v2.4.12) |
3535
| 2.3.x | [v2.3.5](https://github.com/zilliztech/attu/releases/tag/v2.3.5) |
3636
| 2.2.x | [v2.2.8](https://github.com/zilliztech/attu/releases/tag/v2.2.8) |
@@ -41,7 +41,7 @@ Before you begin, make sure that you have Milvus installed on either [Zilliz Clo
4141
Here are the steps to start a container for running Attu:
4242

4343
```code
44-
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.4
44+
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.5
4545
```
4646

4747
Make sure that the Attu container can access the Milvus IP address. After starting the container, open your web browser and enter `http://{ Attu IP }:8000` to view the Attu GUI.

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Attu 是一个通过用户友好的图形界面管理和操作 Milvus 的系统
3030

3131
| Milvus 版本 | 推荐的 Attu 版本 |
3232
| ----------- | ------------------------------------------------------------------ |
33-
| 2.5.x | [v2.5.0](https://github.com/zilliztech/attu/releases/tag/v2.5.0) |
33+
| 2.5.x | [v2.5.0](https://github.com/zilliztech/attu/releases/tag/v2.5.1) |
3434
| 2.4.x | [v2.4.12](https://github.com/zilliztech/attu/releases/tag/v2.4.12) |
3535
| 2.3.x | [v2.3.5](https://github.com/zilliztech/attu/releases/tag/v2.3.5) |
3636
| 2.2.x | [v2.2.8](https://github.com/zilliztech/attu/releases/tag/v2.2.8) |
@@ -41,7 +41,7 @@ Attu 是一个通过用户友好的图形界面管理和操作 Milvus 的系统
4141
以下是运行 Attu 容器的步骤:
4242

4343
```bash
44-
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.4
44+
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.5
4545
```
4646

4747
确保 Attu 容器可以访问 Milvus IP 地址。启动容器后,在您的浏览器中输入 `http://{ Attu IP }:8000` 以查看 Attu GUI。

0 commit comments

Comments
 (0)