From a683aad88b8c636ab3df97105b885eb97a08abbe Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 10 Apr 2024 15:58:48 +0800 Subject: [PATCH] Optimize Docker configuration and script. --- config/minio.yml | 2 +- config/redis.yml | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/config/minio.yml b/config/minio.yml index d22866d70..0cabb7f36 100644 --- a/config/minio.yml +++ b/config/minio.yml @@ -3,7 +3,7 @@ port: 10005 accessKeyID: "root" secretAccessKey: "openIM123" sessionToken: '' -internalIP: 172.28.0.1 +internalIP: localhost externalIP: 150.109.93.151 url: https://image.rentsoft.cn/ publicRead: false diff --git a/config/redis.yml b/config/redis.yml index c4ba110c1..df4e2148f 100644 --- a/config/redis.yml +++ b/config/redis.yml @@ -1,8 +1,7 @@ -redis: - address: [ localhost:16379 ] - username: '' - password: openIM123 - enablePipeline: false - clusterMode: false - db: 0 - MaxRetry: 10 \ No newline at end of file +address: [ localhost:16379 ] +username: '' +password: openIM123 +enablePipeline: false +clusterMode: false +db: 0 +MaxRetry: 10 \ No newline at end of file