This commit is contained in:
wenxu12345
2022-04-08 16:20:41 +08:00
parent 7c7aa9e7a7
commit 07c932e9e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,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.0.6
image: openim/open_im_server:v2.0.7
container_name: open_im_server
volumes:
- ./logs:/Open-IM-Server/logs