1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
1Panel-Appstore/bestsub/1.6.3/docker-compose.yml
pooneyy c0bf6dc650
📝 docs(apps): update documentation links and configuration files
- update documentation links for anheyu-blog-pro, anheyu-blog, bestsub, and termix
- remove commented build lines from docker-compose.yml files for anheyu-blog-pro and anheyu-blog
- add arm/v7 architecture support for bestsub application
- remove arm64 architecture support from dnsmgr application
- add ppc64le, arm/v7, and s390x architecture support for oauth2-proxy application
- removing unnecessary whitespace
2025-10-26 18:29:08 +08:00

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