dockerfile修改

This commit is contained in:
2026-04-22 13:57:39 +08:00
parent 30e961cecc
commit aad37f1b6f
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
server:
address: ":9000"
address: ":3008"
name: "oss"
workerId: 1
rate:
@@ -93,14 +93,14 @@ jaeger: #链路追踪
# MinIO 连接配置
minio:
endpoint: "http://172.17.0.3:3008" # 核心:仅协议+主机+端口,无路径/末尾斜杠
endpoint: "http://116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠
accessKey: "admin" # 访问密钥(本地默认)
secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认)
secure: false # 本地 MinIO 关闭 SSL生产按需改为 true
region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1
# 文件上传服务地址与oss模块minio中的endpoint一致
filePrefix: "http://172.17.0.3:3008"
filePrefix: "http://116.204.74.41:9000"
# 文件存储初始化容量大小配置
oss: