Skip to content

Commit 3cd3f14

Browse files
committed
fix: update Docker image reference to use GitHub Container Registry
1 parent 5282969 commit 3cd3f14

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ version: '3.8'
22

33
services:
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

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

8383
If you need to use a custom API, you can set the environment variable `TG_API`. Leave it empty or unset to use the

docs/README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)