Update bestzwei/libretv Docker tag to v202508060117 (#1056)
This commit is contained in:
17
apps/libretv/202508060117/docker-compose.yml
Normal file
17
apps/libretv/202508060117/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
libretv:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: bestzwei/libretv:202508060117
|
||||
networks:
|
||||
- 1panel-network
|
||||
restart: always
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
environment:
|
||||
- PASSWORD=${PANEL_APP_PASSWORD}
|
||||
- ADMINPASSWORD=${PANEL_APP_ADMIN_PASSWORD}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user