1
0

Update MoonTV source

This commit is contained in:
pooneyy
2025-08-22 21:03:38 +08:00
parent 4aa1fda554
commit b2a746fe42
5 changed files with 46 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
services:
moontv:
image: ghcr.io/senshinya/moontv:latest
image: ghcr.io/moontechlab/lunatv:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -8,8 +8,8 @@ services:
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- PASSWORD=${PASSWORD}
- NEXT_PUBLIC_ENABLE_BLOCKAD=true
- PASSWORD=${PASSWORD}
- NEXT_PUBLIC_ENABLE_BLOCKAD=true
labels:
createdBy: "Apps"