From 536b18a7c5d53d72d78ffab579ff24ac9146d5ab Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Tue, 20 Jan 2026 09:39:42 +0000
Subject: [PATCH] 接口自动化平台优化登录页面和首页; 项目看板增加多个统计数据和详细数据信息,看板布局和样式优化

---
 测试组/Test_platform/Interface_automation/docker-compose.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/docker-compose.yml" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/docker-compose.yml"
index 243647d..d95515d 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/docker-compose.yml"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/docker-compose.yml"
@@ -90,9 +90,9 @@
     privileged: true
     restart: always
     ports:
-      - "3306:3306"
+      - "3307:3307"
     expose:
-      - 3306
+      - 3307
     environment:
       MYSQL_DATABASE: "lunarlink"
       MYSQL_ROOT_PASSWORD: "root"

--
Gitblit v1.9.1