chore(compose): change frontend port to 7888

这个提交包含在:
anygen-build-bot
2026-02-12 10:35:49 +00:00
父节点 6585ff6d68
当前提交 21a5c0f269
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -11,7 +11,7 @@ docker compose up -d --build
- 后端健康检查http://localhost:8080/api/health
- 后端(注册):`POST http://localhost:8080/api/v1/auth/register`
- 后端(登录):`POST http://localhost:8080/api/v1/auth/login`
- 前端http://localhost:3000
- 前端http://localhost:7888
## 数据持久化