Optimize Docker configuration and script.

This commit is contained in:
skiffer-git 2024-04-10 15:58:48 +08:00
parent cdfac3cdaa
commit a683aad88b
2 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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