修改端口

This commit is contained in:
dekun
2026-05-22 13:09:07 +08:00
parent af5c249cf8
commit 3f0f77d450
9 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ services:
environment:
TZ: Asia/Shanghai
HOST: 0.0.0.0
PORT: 8000
PORT: 21450
DB_PATH: /app/data/monitor.db
ports:
- "${PORT:-8000}:8000"
- "${PORT:-21450}:21450"
volumes:
- ./data:/app/data
- ./.env:/app/.env:ro