1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
2025-06-09 22:21:22 +08:00

17 lines
484 B
YAML

services:
libretv:
container_name: ${CONTAINER_NAME}
image: bestzwei/libretv:latest
networks:
- 1panel-network
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:80
environment:
- PASSWORD=${PANEL_APP_PASSWORD} # 关键配置
command: ["/docker-entrypoint.sh", "nginx", "-g", "daemon off;"]
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true