修改部署端口为 16025

- Flask 服务端口: 16025
- Docker 端口映射: 16025:16025
- systemd 服务配置更新
- 测试脚本端口更新
- 文档示例更新
This commit is contained in:
2026-07-04 23:21:52 +08:00
parent ed42f65c56
commit 8f9bdff00c
9 changed files with 24 additions and 24 deletions

View File

@@ -23,4 +23,4 @@ echo "运行方式:"
echo " 开发模式: python3.12 app.py"
echo " 生产模式: gunicorn -w 4 -b 0.0.0.0:5000 app:app"
echo ""
echo "访问地址: http://localhost:5000"
echo "访问地址: http://localhost:16025"