feat: 更新发布配置和文档,修改 Docker 镜像地址为 katelya77/KatelyaTV

This commit is contained in:
katelya
2025-09-02 15:16:51 +08:00
parent d410bde28c
commit d268fa7dd5
6 changed files with 109 additions and 256 deletions
+6 -6
View File
@@ -168,8 +168,8 @@ function updateChangelog(newVersion, type) {
#### Docker 部署
\`\`\`bash
docker pull ghcr.io/senshinya/moontv:v${newVersion}
docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/senshinya/moontv:v${newVersion}
docker pull ghcr.io/katelya77/katelyatv:v${newVersion}
docker run -d --name katelyatv -p 3000:3000 --env PASSWORD=your_password ghcr.io/katelya77/katelyatv:v${newVersion}
\`\`\`
#### 环境变量更新
@@ -179,10 +179,10 @@ docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/se
查看 [CHANGELOG.md](CHANGELOG.md) 了解详细的更新历史。
### 🔗 相关链接
- [项目主页](https://github.com/senshinya/moontv)
- [在线演示](https://moontv.vercel.app)
- [问题反馈](https://github.com/senshinya/moontv/issues)
- [功能建议](https://github.com/senshinya/moontv/discussions)
- [项目主页](https://github.com/katelya77/KatelyaTV)
- [在线演示](https://katelyatv.vercel.app)
- [问题反馈](https://github.com/katelya77/KatelyaTV/issues)
- [功能建议](https://github.com/katelya77/KatelyaTV/discussions)
`;