mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
18 lines
318 B
YAML
18 lines
318 B
YAML
services:
|
|
moontv:
|
|
image: bestrui/bestsub:v1.6.3
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
labels:
|
|
createdBy: "Apps"
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8080
|
|
volumes:
|
|
- ./data:/app/data
|
|
networks:
|
|
- 1panel-network
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|