修改端口
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user