File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
33对比原项目是修复了一些逻辑、简化了一些东西、增加了一些功能
44
5+ ** 请尽快升级至v1.0.9,大幅减少内存占用!!**
6+
57## 预览
68
79![ preview] ( ./doc/images/preview.png )
4951
5052``` bash
5153docker 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
You can’t perform that action at this time.
0 commit comments