1
0

update LibreTV

This commit is contained in:
TGY
2025-05-04 12:19:42 +08:00
parent 751b0105dd
commit 6a329675f4

View File

@@ -1,5 +1,5 @@
services: services:
libretv: libreTV:
image: "bestzwei/libretv:latest" image: "bestzwei/libretv:latest"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
@@ -7,7 +7,8 @@ services:
- 1panel-network - 1panel-network
ports: ports:
- "${PANEL_APP_PORT_HTTP}:80" - "${PANEL_APP_PORT_HTTP}:80"
- "PASSWORD:${PASSWORD}" environment:
- PASSWORD=${PASSWORD}
labels: labels:
createdBy: "Apps" createdBy: "Apps"