From 4b1b11d0d97533ba54bbb15841a454d99c562191 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Fri, 8 Sep 2023 23:03:59 +0800 Subject: [PATCH] fix: fix openim web port (#13) --- docker-compose.yaml | 2 +- openim-server/release-v3.3/config/config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fbc80246e..3d132d96c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -155,7 +155,7 @@ services: retries: 5 volumes: - ./openim-server/${SERVER_BRANCH}/logs:/openim/openim-server/logs - - ./openim-server/${SERVER_BRANCH}/_output:/openim/openim-server/_output + - ./openim-server/${SERVER_BRANCH}/_output/logs:/openim/openim-server/_output/logs - ./openim-server/${SERVER_BRANCH}/config:/openim/openim-server/config - ./openim-server/${SERVER_BRANCH}/scripts:/openim/openim-server/scripts restart: always diff --git a/openim-server/release-v3.3/config/config.yaml b/openim-server/release-v3.3/config/config.yaml index ae1374f51..31a24fb5f 100644 --- a/openim-server/release-v3.3/config/config.yaml +++ b/openim-server/release-v3.3/config/config.yaml @@ -132,14 +132,14 @@ api: # minio.signEndpoint is minio public network address object: enable: "minio" - apiURL: "http://http://14.153.0.130:10002" + apiURL: "http://http://127.0.0.1:10002" minio: bucket: "openim" endpoint: "http://172.28.0.1:10005" accessKeyID: "root" secretAccessKey: "openIM123" sessionToken: '' - signEndpoint: "http://14.153.0.130:10005" + signEndpoint: "http://127.0.0.1:10005" cos: bucketURL: https://temp-1252357374.cos.ap-chengdu.myqcloud.com secretID: ''