File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ version: '3.8'
22
33services :
44 betterforward :
5- image : pplulee/betterforward:latest
6- container_name : betterforward
5+ image : ghcr.io/sidecloudgroup/betterforward:latest
76 restart : unless-stopped
87 environment :
98 - TOKEN=your_bot_token_here
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ docker run -d --name betterforward \
7777 -e WORKER=2 \
7878 -v /path/to/data:/app/data \
7979 --restart unless-stopped \
80- pplulee /betterforward:latest
80+ ghcr.io/sidecloudgroup /betterforward:latest
8181```
8282
8383If you need to use a custom API, you can set the environment variable ` TG_API ` . Leave it empty or unset to use the
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ docker run -d --name betterforward \
7272 -e WORKER=2 \
7373 -v /path/to/data:/app/data \
7474 --restart unless-stopped \
75- pplulee /betterforward:latest
75+ ghcr.io/sidecloudgroup /betterforward:latest
7676```
7777
7878## 自定义 API
You can’t perform that action at this time.
0 commit comments