Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
bestruirui committed Feb 17, 2024
1 parent 0229fd8 commit 0b94bde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ docker run -d \
```
docker logs WxPush -f
```
建议增加一个cron定时任务,不要24小时一直挂着
```
crontab -e
46 23 * * * docker stop WxPush # 每天23:46 停止容器
33 8 * * * docker start WxPush # 每天 8:33 启动容器
```

0 comments on commit 0b94bde

Please sign in to comment.