mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 01:01:02 +08:00
- 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
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
|