fix: update Docker deployment instructions to use correct KatelyaTV image
- Fix Docker image paths in README.md, QUICKSTART.md, and RELEASE_NOTES.md - Update from ghcr.io/senshinya/moontv:latest to ghcr.io/katelya77/katelyatv:latest - Ensure all Docker Compose examples use correct image - Verify build compatibility and deployment instructions - Add comprehensive v0.2.0 release notes with deployment guide
This commit is contained in:
+3
-3
@@ -13,8 +13,8 @@
|
||||
### 1. 快速启动
|
||||
|
||||
```bash
|
||||
# 拉取最新镜像(当前镜像沿用上游命名空间)
|
||||
docker pull ghcr.io/senshinya/moontv:latest
|
||||
# 拉取最新镜像
|
||||
docker pull ghcr.io/katelya77/katelyatv:latest
|
||||
|
||||
# 启动容器
|
||||
docker run -d \
|
||||
@@ -22,7 +22,7 @@ docker run -d \
|
||||
-p 3000:3000 \
|
||||
--env PASSWORD=your_password \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/senshinya/moontv:latest
|
||||
ghcr.io/katelya77/katelyatv:latest
|
||||
```
|
||||
|
||||
### 2. 访问应用
|
||||
|
||||
Reference in New Issue
Block a user