Skip to content

Commit

Permalink
v2.1 添加docker部署
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Dec 14, 2022
1 parent 35289e0 commit e5af29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ go run main.go
同时启动微信和telegram,微信登陆的地址请查看运行日志

```
docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" wechatgpt:latest
docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" xiaomoinfo/wechatgpt:latest
```



如果只想运行微信智能机器人的话运行下面这段代码,微信登陆的地址请查看运行日志

```
docker run -d --name wechatgpt -e apiKey="你的chatgpt apiKey" wechatgpt:latest
docker run -d --name wechatgpt -e apiKey="你的chatgpt apiKey" xiaomoinfo/wechatgpt:latest
```

Expand Down

0 comments on commit e5af29b

Please sign in to comment.