feat: update 9router 0.4.71

This commit is contained in:
arch3rPro
2026-06-06 19:57:49 +08:00
parent bd2e75549c
commit 9f43049fb8
3 changed files with 2 additions and 2 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.71
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true