Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Jul 1, 2024
1 parent 290dd62 commit 3f9de9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)查看更新结果
```

Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)查看更新结果
```

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 3f9de9b

Please sign in to comment.