Skip to content

Commit

Permalink
feat: 升级到2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukai committed Jun 6, 2023
1 parent c274c67 commit 87916be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

1. 下载镜像
```shell
docker pull novicezk/wechat-midjourney:2.0.1
docker pull novicezk/wechat-midjourney:2.0.2
```
2. 启动容器
```shell
Expand All @@ -21,15 +21,15 @@ docker run -d --name wechat-midjourney \
-p 4120:4120 \
-v /xxx/xxx/config:/app/config \
--restart=always \
novicezk/wechat-midjourney:2.0.1
novicezk/wechat-midjourney:2.0.2

# 或启动时添加配置
docker run -d --name wechat-midjourney \
-p 4120:4120 \
-e MJ_PROXY_ENDPOINT=http://172.17.0.1:8080/mj \
-e MJ_NOFIFY_HOOK=http://172.17.0.1:4120/notify \
--restart=always \
novicezk/wechat-midjourney:2.0.1
novicezk/wechat-midjourney:2.0.2
```

3. 查看启动日志,微信扫描二维码,若二维码无法扫码,复制二维码链接浏览器打开扫码
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechat-midjourney",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "dist/main.js",
"export": "dist/main.js",
Expand Down

0 comments on commit 87916be

Please sign in to comment.