From 6417977617197a6622b7c856952e08d41300c3b3 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Wed, 3 Aug 2022 21:05:56 +0800 Subject: [PATCH] docker-compose file update --- config/config.yaml | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 680747d01..1eb0122ce 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.3.0-rc2 +serverversion: 2.3.0 #---------------Infrastructure configuration---------------------# etcd: etcdSchema: openim #默认即可 diff --git a/docker-compose.yaml b/docker-compose.yaml index 70e5cd6a8..aeac41995 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-rc2 + image: openim/open_im_server:v2.3.0 container_name: open_im_server volumes: - ./logs:/Open-IM-Server/logs