diff --git a/config/config.yaml b/config/config.yaml index d2178f9fc..3b3483b0a 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -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 #默认即可 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 f65c19281..630cb45c4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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