mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-27 23:34:48 +08:00
fix: readme docker image name
This commit is contained in:
@@ -132,11 +132,11 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 拉取预构建镜像
|
# 拉取预构建镜像
|
||||||
docker pull ghcr.io/LunaTechLab/moontv:latest
|
docker pull ghcr.io/lunatechlab/moontv:latest
|
||||||
|
|
||||||
# 运行容器
|
# 运行容器
|
||||||
# -d: 后台运行 -p: 映射端口 3000 -> 3000
|
# -d: 后台运行 -p: 映射端口 3000 -> 3000
|
||||||
docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/LunaTechLab/moontv:latest
|
docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/lunatechlab/moontv:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
访问 `http://服务器 IP:3000` 即可。(需自行到服务器控制台放通 `3000` 端口)
|
访问 `http://服务器 IP:3000` 即可。(需自行到服务器控制台放通 `3000` 端口)
|
||||||
@@ -150,7 +150,7 @@ docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/Lu
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
moontv-core:
|
moontv-core:
|
||||||
image: ghcr.io/LunaTechLab/moontv:latest
|
image: ghcr.io/lunatechlab/moontv:latest
|
||||||
container_name: moontv-core
|
container_name: moontv-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -167,7 +167,7 @@ services:
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
moontv-core:
|
moontv-core:
|
||||||
image: ghcr.io/LunaTechLab/moontv:latest
|
image: ghcr.io/lunatechlab/moontv:latest
|
||||||
container_name: moontv-core
|
container_name: moontv-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
20250807000252
|
20250807010230
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
const CURRENT_VERSION = '20250807000252';
|
const CURRENT_VERSION = '20250807010230';
|
||||||
|
|
||||||
// 版本检查结果枚举
|
// 版本检查结果枚举
|
||||||
export enum UpdateStatus {
|
export enum UpdateStatus {
|
||||||
|
|||||||
Reference in New Issue
Block a user