mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
feat: transfer as organization repo
This commit is contained in:
10
README.md
10
README.md
@@ -132,11 +132,11 @@
|
||||
|
||||
```bash
|
||||
# 拉取预构建镜像
|
||||
docker pull ghcr.io/senshinya/moontv:latest
|
||||
docker pull ghcr.io/LunaTechLab/moontv:latest
|
||||
|
||||
# 运行容器
|
||||
# -d: 后台运行 -p: 映射端口 3000 -> 3000
|
||||
docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/senshinya/moontv:latest
|
||||
docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/LunaTechLab/moontv:latest
|
||||
```
|
||||
|
||||
访问 `http://服务器 IP:3000` 即可。(需自行到服务器控制台放通 `3000` 端口)
|
||||
@@ -150,7 +150,7 @@ docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/se
|
||||
```yaml
|
||||
services:
|
||||
moontv-core:
|
||||
image: ghcr.io/senshinya/moontv:latest
|
||||
image: ghcr.io/LunaTechLab/moontv:latest
|
||||
container_name: moontv-core
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -167,7 +167,7 @@ services:
|
||||
```yaml
|
||||
services:
|
||||
moontv-core:
|
||||
image: ghcr.io/senshinya/moontv:latest
|
||||
image: ghcr.io/LunaTechLab/moontv:latest
|
||||
container_name: moontv-core
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -331,4 +331,4 @@ MoonTV 支持标准的苹果 CMS V10 API 格式。
|
||||
|
||||
## Star 趋势
|
||||
|
||||
[](https://starchart.cc/senshinya/MoonTV)
|
||||
[](https://starchart.cc/LunaTechLab/MoonTV)
|
||||
|
||||
Reference in New Issue
Block a user