Merge pull request from Guovin/master

Update
This commit is contained in:
Govin 2024-07-09 18:01:39 +08:00 committed by GitHub
commit 249980fbd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 26 additions and 4 deletions

@ -11,7 +11,7 @@ RUN pipenv install
RUN sed -i 's@deb.debian.org@mirrors.aliyun.com@g' /etc/apt/sources.list \
&& sed -i 's@security.debian.org@mirrors.aliyun.com@g' /etc/apt/sources.list
RUN apt-get update && apt get install -y cron
RUN apt-get update && apt-get install -y cron
ARG INSTALL_CHROMIUM=false

@ -84,9 +84,20 @@ pipenv run ui
### 方式三Docker 更新
- requests轻量级性能要求低更新速度快成功率较低
- driver占用大性能要求较高更新速度慢稳定性、成功率高
```bash
1. 拉取镜像docker pull guovern/tv:latest
1. 拉取镜像:
requests版本
docker pull guovern/tv-requests:latest
driver版本
docker pull guovern/tv-driver:latest
2. 运行容器docker run -d -p 8000:8000 tv
3. 访问(域名:8000查看更新结果
```

@ -84,10 +84,21 @@ pipenv run ui
### Method 3: Docker Update
- requests: lightweight, low performance requirements, fast update speed, lower success rate
- driver: large footprint, higher performance requirements, slow update speed, high stability and success rate
```bash
1. Pull the image: docker pull guovern/tv:latest
1. Pull the image:
requests version:
docker pull guovern/tv-requests:latest
driver version:
docker pull guovern/tv-driver:latest
2. Run the container: docker run -d -p 8000:8000 tv
3. Access (domain:8000) to view the update results
3. Access (domain:8000) to check the update results
```
#### Note: Link to the result file after updates of methods one to three: http://local ip:8000