mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
Optimize Docker configuration and script.
This commit is contained in:
parent
cdfac3cdaa
commit
a683aad88b
@ -3,7 +3,7 @@ port: 10005
|
||||
accessKeyID: "root"
|
||||
secretAccessKey: "openIM123"
|
||||
sessionToken: ''
|
||||
internalIP: 172.28.0.1
|
||||
internalIP: localhost
|
||||
externalIP: 150.109.93.151
|
||||
url: https://image.rentsoft.cn/
|
||||
publicRead: false
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
redis:
|
||||
address: [ localhost:16379 ]
|
||||
username: ''
|
||||
password: openIM123
|
||||
enablePipeline: false
|
||||
clusterMode: false
|
||||
db: 0
|
||||
MaxRetry: 10
|
||||
address: [ localhost:16379 ]
|
||||
username: ''
|
||||
password: openIM123
|
||||
enablePipeline: false
|
||||
clusterMode: false
|
||||
db: 0
|
||||
MaxRetry: 10
|
||||
Loading…
x
Reference in New Issue
Block a user