Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
-e MBlog_TOKEN="mblog开发者token" \
-e Visibility="mblog发布可见权限,默认仅自己可见,可不配置" \
-e PROXY_URL="墙内机器运行需要配置telegram代理,墙外无需配置" \
cooolr/mblog-telegram-bot:latest
accelizero/mblog-telegram-bot:latest
```

3. 多用户模式(telegram机器人对话页面绑定token)
Expand All @@ -41,7 +41,7 @@
--restart unless-stopped \
-e MultiUSE="True" \
-e PROXY_URL="墙内机器运行需要配置telegram代理,墙外无需配置" \
cooolr/mblog-telegram-bot:latest
accelizero/mblog-telegram-bot:latest
```

## Docker-Compose部署
Expand Down