Files
Arch1Panel/apps/9router/0.4.55/docker-compose.yml
T
arch3rPro c22980ae83 chore(9router): add v0.4.55 version and remove old v0.4.52
- add 9router application version 0.4.55 with full config files
- delete outdated 0.4.52 version files
- update the app logo image
2026-05-18 22:08:18 +08:00

22 lines
434 B
YAML

services:
9router:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:20128"
volumes:
- ./data:/app/data
environment:
- TZ=Asia/Shanghai
- DATA_DIR=/app/data
- PORT=20128
- HOSTNAME=0.0.0.0
image: decolua/9router:0.4.55
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true