📖 update readme

This commit is contained in:
JustSong
2022-07-30 01:14:18 +08:00
parent aa00d62943
commit ee51743cb9
+2 -2
View File
@@ -36,8 +36,8 @@
8. 默认用户名密码为:`admin``123456`,且默认禁止新用户注册,如需修改,请编辑 `config.js`
#### 方式二:使用 Docker 进行部署
1. 拉取镜像:`docker pull justsong/message-pusher:latest`
2. 运行:`docker -p 3000:3000 run justsong/message-pusher:latest`
1. 拉取镜像:`docker pull justsong/message-pusher:v0.2.3`
2. 运行:`docker run -p 3000:3000 justsong/message-pusher:v0.2.3`
3. 接上面的第 7 步。
### 微信测试号配置