fix: change file-system port from 8080 to 8090

Port 8080 is occupied on the host. Move to 8090 to avoid conflict.
This commit is contained in:
向宁 2026-05-17 22:36:47 +08:00
parent 8b08a70dca
commit 2b2618f18c

2
Jenkinsfile vendored
View File

@ -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