1
0
Fork 0

update LibreTV

This commit is contained in:
TGY 2025-05-04 12:19:42 +08:00
parent 751b0105dd
commit 6a329675f4
1 changed files with 3 additions and 2 deletions

View File

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