Skip to content

Commit 4b1b11d

Browse files
authored
fix: fix openim web port (#13)
1 parent 13f9e5e commit 4b1b11d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ services:
155155
retries: 5
156156
volumes:
157157
- ./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
159159
- ./openim-server/${SERVER_BRANCH}/config:/openim/openim-server/config
160160
- ./openim-server/${SERVER_BRANCH}/scripts:/openim/openim-server/scripts
161161
restart: always

openim-server/release-v3.3/config/config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ api:
132132
# minio.signEndpoint is minio public network address
133133
object:
134134
enable: "minio"
135-
apiURL: "http://http://14.153.0.130:10002"
135+
apiURL: "http://http://127.0.0.1:10002"
136136
minio:
137137
bucket: "openim"
138138
endpoint: "http://172.28.0.1:10005"
139139
accessKeyID: "root"
140140
secretAccessKey: "openIM123"
141141
sessionToken: ''
142-
signEndpoint: "http://14.153.0.130:10005"
142+
signEndpoint: "http://127.0.0.1:10005"
143143
cos:
144144
bucketURL: https://temp-1252357374.cos.ap-chengdu.myqcloud.com
145145
secretID: ''

0 commit comments

Comments
 (0)