Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into feat/docker-action
  • Loading branch information
yuehuazhang committed Jul 27, 2024
2 parents 5e3fc63 + 57a86b4 commit 2f84dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ chatchat start -a
### Docker 部署

```shell
docker pull chatimage/chatchat:0.3.1-2109957-20240726
docker pull chatimage/chatchat:0.3.1-c11bdbf-20240727
docker pull ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1-2109957-20240726 # 国内镜像
docker pull ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1-c11bdbf-20240727 # 国内镜像
```

> [!important]
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
# environment:
# - XINFERENCE_MODEL_SRC=modelscope
chatchat:
image: chatimage/chatchat:0.3.1-2109957-20240726
image: chatimage/chatchat:0.3.1-c11bdbf-20240727
# image: ccr.ccs.tencentyun.com/chatchat/chatchat:0.3.1.2-2024-0720
restart: always
# ports: # 不使用 host network 时可打开.
Expand Down

0 comments on commit 2f84dfa

Please sign in to comment.