From 2b2618f18c605d8fa9d3fa5a357e0695d717c2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E5=AE=81?= <1772105645@qq.com> Date: Sun, 17 May 2026 22:36:47 +0800 Subject: [PATCH] fix: change file-system port from 8080 to 8090 Port 8080 is occupied on the host. Move to 8090 to avoid conflict. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a562d0d..5c1b4d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ services: restart: unless-stopped environment: - GIN_MODE=release - - SERVER_PORT=8080 + - SERVER_PORT=8090 - RUSTFS_ENDPOINT_URL=http://192.168.1.154:9000 - RUSTFS_ACCESS_KEY_ID=minioadmin - RUSTFS_SECRET_ACCESS_KEY=minioadmin