File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ services:
127
127
ipv4_address : ${MINIO_NETWORK_ADDRESS}
128
128
129
129
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
132
132
# image: openim/openim-web:latest
133
133
container_name : openim-web
134
134
environment :
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ readonly API_URL=${API_URL:-"http://${IP}:${API_OPENIM_PORT}"}
176
176
177
177
def " OBJECT_ENABLE" " minio" # 对象是否启用
178
178
# 对象的API地址
179
- readonly OBJECT_APIURL=${OBJECT_APIURL:- " http:// ${API_URL} " }
179
+ readonly OBJECT_APIURL=${OBJECT_APIURL:- " ${API_URL} " }
180
180
def " MINIO_BUCKET" " openim" # MinIO的存储桶名称
181
181
def " MINIO_PORT" " 10005" # MinIO的端口
182
182
# MinIO的端点URL
You can’t perform that action at this time.
0 commit comments