1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-20 20:09:35 +08:00

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:
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"