fix: change default port to 15555

This commit is contained in:
Mison
2026-03-23 11:59:24 +08:00
parent 1db7642a43
commit 16154bb5ae
5 changed files with 11 additions and 11 deletions

View File

@@ -4,10 +4,10 @@ services:
webui:
build: .
ports:
- "1455:1455"
- "15555:15555"
environment:
- WEBUI_HOST=0.0.0.0
- WEBUI_PORT=1455
- WEBUI_PORT=15555
- DEBUG=0
- LOG_LEVEL=info
# 如果需要访问密码,可以在这里取消注释并设置
@@ -16,4 +16,4 @@ services:
# 挂载数据目录以持久化数据库和日志
- ./data:/app/data
- ./logs:/app/logs
restart: unless-stopped
restart: unless-stopped