feat(9router): add 0.4.59 version of 9router app

add docker-compose and configuration files for 9router 0.4.59 app store entry
This commit is contained in:
arch3rPro
2026-05-24 17:34:44 +08:00
parent d90c8125ce
commit 790bfc6623
2 changed files with 1 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
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.59
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true