From cd2c9b5b64aa4f821c57517884302be91f8f7c46 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 24 Apr 2024 14:22:27 +0800 Subject: [PATCH] user localhost for minio --- config/minio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/minio.yml b/config/minio.yml index 0a80bb845..155fa094b 100644 --- a/config/minio.yml +++ b/config/minio.yml @@ -2,6 +2,6 @@ bucket: "openim" accessKeyID: "root" secretAccessKey: "openIM123" sessionToken: '' -internalAddress: "minio:9000" +internalAddress: "localhost:9000" externalAddress: "http://external_ip:10005" publicRead: false \ No newline at end of file