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:
Cursor Agent
2025-08-30 15:44:42 +00:00
parent 7f73c00e0a
commit edb9857e4a
5 changed files with 168 additions and 11 deletions
+3 -3
View File
@@ -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. 访问应用