Skip to content

Commit 9cc5c41

Browse files
committed
update README.md
1 parent 175235f commit 9cc5c41

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
对比原项目是修复了一些逻辑、简化了一些东西、增加了一些功能
44

5+
**请尽快升级至v1.0.9,大幅减少内存占用!!**
6+
57
## 预览
68

79
![preview](./doc/images/preview.png)
@@ -49,6 +51,9 @@
4951

5052
```bash
5153
docker run -d --name subs-check -p 8199:8199 -v ./config:/app/config -v ./output:/app/output --restart always ghcr.io/beck-8/subs-check:latest
54+
55+
# 如果想使用代理,加上环境变量,如
56+
docker run -d --name subs-check -p 8199:8199 -e HTTP_PROXY=http://192.168.1.1:7890 -e HTTPS_PROXY=http://192.168.1.1:7890 -v ./config:/app/config -v ./output:/app/output --restart always ghcr.io/beck-8/subs-check:latest
5257
```
5358

5459
### docker-compose
@@ -66,6 +71,9 @@ services:
6671
- "8199:8199"
6772
environment:
6873
- TZ=Asia/Shanghai
74+
# 是否使用代理
75+
# - HTTP_PROXY=http://192.168.1.1:7890
76+
# - HTTPS_PROXY=http://192.168.1.1:7890
6977
restart: always
7078
tty: true
7179
network_mode: bridge

0 commit comments

Comments
 (0)