From f87806edb4d667005101aa5a16af15073129b52e Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Fri, 22 Jul 2022 18:25:24 +0800 Subject: [PATCH] superGroupMaxSeq --- config/config.yaml | 2 +- docker-compose-mongos.yaml | 2 +- docker-compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index aea94cc34..ccb952c04 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -2,7 +2,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 #默认即可 diff --git a/docker-compose-mongos.yaml b/docker-compose-mongos.yaml index 1ad89204d..012121030 100644 --- a/docker-compose-mongos.yaml +++ b/docker-compose-mongos.yaml @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 4e7fb8549..ff296daaa 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -126,7 +126,7 @@ services: # STORE_PORT: 3306 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