File tree 2 files changed +3
-3
lines changed
openim-server/release-v3.3/config
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ services:
155
155
retries : 5
156
156
volumes :
157
157
- ./openim-server/${SERVER_BRANCH}/logs:/openim/openim-server/logs
158
- - ./openim-server/${SERVER_BRANCH}/_output:/openim/openim-server/_output
158
+ - ./openim-server/${SERVER_BRANCH}/_output/logs :/openim/openim-server/_output/logs
159
159
- ./openim-server/${SERVER_BRANCH}/config:/openim/openim-server/config
160
160
- ./openim-server/${SERVER_BRANCH}/scripts:/openim/openim-server/scripts
161
161
restart : always
Original file line number Diff line number Diff line change @@ -132,14 +132,14 @@ api:
132
132
# minio.signEndpoint is minio public network address
133
133
object :
134
134
enable : " minio"
135
- apiURL : " http://http://14.153 .0.130 :10002"
135
+ apiURL : " http://http://127.0 .0.1 :10002"
136
136
minio :
137
137
bucket : " openim"
138
138
endpoint : " http://172.28.0.1:10005"
139
139
accessKeyID : " root"
140
140
secretAccessKey : " openIM123"
141
141
sessionToken : ' '
142
- signEndpoint : " http://14.153 .0.130 :10005"
142
+ signEndpoint : " http://127.0 .0.1 :10005"
143
143
cos :
144
144
bucketURL : https://temp-1252357374.cos.ap-chengdu.myqcloud.com
145
145
secretID : ' '
You can’t perform that action at this time.
0 commit comments