Merge pull request from Guovin/dev

Update
This commit is contained in:
Govin 2024-07-01 18:11:34 +08:00 committed by GitHub
commit 7c1954fdce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

@ -39,8 +39,8 @@ pipenv run ui
### 方式三Docker 更新
```bash
1. 拉取镜像docker pull guovern/tv-update:latest
2. 运行容器docker run -d -p 8000:8000 tv-update
1. 拉取镜像docker pull guovern/tv:latest
2. 运行容器docker run -d -p 8000:8000 tv
3. 访问(域名:8000查看更新结果
```

@ -39,8 +39,8 @@ pipenv run ui
### Method 3: Docker Update
```bash
1. Pull the image: docker pull guovern/tv-update:latest
2. Run the container: docker run -d -p 8000:8000 tv-update
1. Pull the image: docker pull guovern/tv:latest
2. Run the container: docker run -d -p 8000:8000 tv
3. Access (domain:8000) to check the update results
```

@ -85,8 +85,8 @@ pipenv run ui
### 方式三Docker 更新
```bash
1. 拉取镜像docker pull guovern/tv-update:latest
2. 运行容器docker run -d -p 8000:8000 tv-update
1. 拉取镜像docker pull guovern/tv:latest
2. 运行容器docker run -d -p 8000:8000 tv
3. 访问(域名:8000查看更新结果
```

@ -85,8 +85,8 @@ pipenv run ui
### Method 3: Docker Update
```bash
1. Pull the image: docker pull guovern/tv-update:latest
2. Run the container: docker run -d -p 8000:8000 tv-update
1. Pull the image: docker pull guovern/tv:latest
2. Run the container: docker run -d -p 8000:8000 tv
3. Access (domain:8000) to view the update results
```