superGroupMaxSeq

This commit is contained in:
wangchuxiao 2022-07-22 18:25:24 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent d7bae8573e
commit 0edd99825d
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# The class cannot be named by Pascal or camel case.
# If it is not used, the corresponding structure will not be set,
# and it will not be read naturally.
serverversion: 2.0.0
serverversion: 2.3.0-rc1
#---------------Infrastructure configuration---------------------#
etcd:
etcdSchema: openIM #默认即可

View File

@ -116,7 +116,7 @@ services:
command: minio server /data --console-address ':9090'
open_im_server:
image: openim/open_im_server:v2.2.0
image: openim/open_im_server::v2.3.0-rc1
container_name: open_im_server
volumes:
- ./logs:/Open-IM-Server/logs

View File

@ -115,7 +115,7 @@ services:
command: /usr/local/bin/etcd --name etcd0 --data-dir /etcd-data --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://0.0.0.0:2379 --listen-peer-urls http://0.0.0.0:2380 --initial-advertise-peer-urls http://0.0.0.0:2380 --initial-cluster etcd0=http://0.0.0.0:2380 --initial-cluster-token tkn --initial-cluster-state new
open_im_server:
image: openim/open_im_server:v2.3.0-rc0
image: openim/open_im_server:v2.3.0-rc1
container_name: open_im_server
volumes:
- ./logs:/Open-IM-Server/logs