diff --git a/README.md b/README.md index b0a3d0761..b4de6faa4 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ There are two ways to start graphscope portal ```bash # Pull the image -docker pull ghcr.io/graphscope/portal:update-importor +docker pull ghcr.io/graphscope/portal:latest ``` ```bash # Run the container -docker run -it ---name my-portal --p 8888:8888 --e COORDINATOR=http://host.docker.internal:8080 -ghcr.io/graphscope/portal:update-importor +docker run -it \ +--name my-portal \ +-p 8888:8888 \ +-e COORDINATOR=http://host.docker.internal:8080 \ +ghcr.io/graphscope/portal:latest ``` > Description of Startup Parameters diff --git a/README.zh-CN.md b/README.zh-CN.md index e68210034..8ca36c4e9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -30,17 +30,17 @@ GraphScope Portal 是一款专为 GraphScope 设计的,基于 Web 的用户交 ```bash # 拉取镜像 -docker pull registry.cn-hongkong.aliyuncs.com/graphscope/portal:latest +docker pull ghcr.io/graphscope/portal:latest ``` # 运行容器 ```bash -docker run -it ---name my-portal --p 8888:8888 --e COORDINATOR=http://host.docker.internal:8080 -registry.cn-hongkong.aliyuncs.com/graphscope/portal:latest +docker run -it \ +--name my-portal \ +-p 8888:8888 \ +-e COORDINATOR=http://host.docker.internal:8080 \ +ghcr.io/graphscope/portal:latest ``` > 启动参数说明