mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-19 12:27:29 +08:00
docs: update README.md
This commit is contained in:
@@ -149,9 +149,9 @@ docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/se
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
moontv:
|
moontv-core:
|
||||||
image: ghcr.io/senshinya/moontv:latest
|
image: ghcr.io/senshinya/moontv:latest
|
||||||
container_name: moontv
|
container_name: moontv-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
@@ -168,7 +168,7 @@ services:
|
|||||||
services:
|
services:
|
||||||
moontv-core:
|
moontv-core:
|
||||||
image: ghcr.io/senshinya/moontv:latest
|
image: ghcr.io/senshinya/moontv:latest
|
||||||
container_name: moontv
|
container_name: moontv-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
@@ -186,7 +186,7 @@ services:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - ./config.json:/app/config.json:ro
|
# - ./config.json:/app/config.json:ro
|
||||||
moontv-redis:
|
moontv-redis:
|
||||||
image: redis
|
image: redis:alpine
|
||||||
container_name: moontv-redis
|
container_name: moontv-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user