update LibreTV
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user