feat: update MoonTV 4.1.1

This commit is contained in:
arch3rPro
2025-08-25 08:38:24 +00:00
parent b63775f371
commit d00975eadc
5 changed files with 6 additions and 6 deletions

View File

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