Skip to content

Commit 7aad1eb

Browse files
committed
fix: fix env api url
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
1 parent e334bfd commit 7aad1eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ services:
127127
ipv4_address: ${MINIO_NETWORK_ADDRESS}
128128

129129
openim-web:
130-
image: ghcr.io/openimsdk/openim-web:latest
131-
# image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web:latest
130+
# image: ghcr.io/openimsdk/openim-web:latest
131+
image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web:latest
132132
# image: openim/openim-web:latest
133133
container_name: openim-web
134134
environment:

scripts/install/environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ readonly API_URL=${API_URL:-"http://${IP}:${API_OPENIM_PORT}"}
176176

177177
def "OBJECT_ENABLE" "minio" # 对象是否启用
178178
# 对象的API地址
179-
readonly OBJECT_APIURL=${OBJECT_APIURL:-"http://${API_URL}"}
179+
readonly OBJECT_APIURL=${OBJECT_APIURL:-"${API_URL}"}
180180
def "MINIO_BUCKET" "openim" # MinIO的存储桶名称
181181
def "MINIO_PORT" "10005" # MinIO的端口
182182
# MinIO的端点URL

0 commit comments

Comments
 (0)