feat: update moontv 4.3.0

This commit is contained in:
arch3rPro
2025-08-28 17:34:08 +00:00
parent 1a6f25feba
commit 18724ee193
2 changed files with 5 additions and 6 deletions

View File

@@ -1,17 +1,16 @@
services:
moontv:
image: ghcr.io/moontechlab/lunatv:4.1.1
image: ghcr.io/moontechlab/lunatv:v4.3.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- ${PANEL_APP_PORT_HTTP}:3000
environment:
- PASSWORD=${PASSWORD}
labels:
createdBy: "Apps"
- PASSWORD=${PASSWORD}
labels:
createdBy: Apps
networks:
1panel-network:
external: true