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:
parent
8b08a70dca
commit
2b2618f18c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user