Skip to content

Commit

Permalink
update docker-compose.yml.sample
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
  • Loading branch information
Rongronggg9 committed Sep 17, 2021
1 parent e15e035 commit db785a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 启动: docker-compose up -d
# 结束:docker-compose down -v
# 修改配置后更新配置: 先结束再启动
# 更新到最新版本: 先结束, 再 docker-compose pull
# 更新到最新版本: 先结束, 再 docker-compose pull,再启动
# 查看日志:docker logs rsstt

version: '3.6'
Expand All @@ -20,7 +20,7 @@ services:
- ./config:/app/config
environment:
- TOKEN=1234567890:A1BCd2EF3gH45IJK6lMN7oPqr8ST9UvWX0Yz0 # 替换为你在 @BotFather 申请到的 token
- CHATID=1234567890 # 替换为你在 @userinfobot 获取到的 user id,或需要推送订阅的频道的用户名
- CHATID=1234567890 # 替换为你在 @userinfobot 获取到的 user id,或需要推送订阅的频道的用户名(带 @)
- MANAGER=1234567890 # 替换为你的 user id
- DELAY=300 # 订阅更新检查间隔(单位:秒)

Expand Down

0 comments on commit db785a3

Please sign in to comment.