Skip to content

Commit

Permalink
fix: fix openim web port (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Sep 8, 2023
1 parent 13f9e5e commit 4b1b11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions openim-server/release-v3.3/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down

0 comments on commit 4b1b11d

Please sign in to comment.