From e9a30e82d4791781c2410537440f0e002f7deb96 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Tue, 5 Dec 2023 23:19:00 +0800 Subject: [PATCH] fix: add openim scripts Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- scripts/install-im-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-im-server.sh b/scripts/install-im-server.sh index 3878eb633..47db34433 100755 --- a/scripts/install-im-server.sh +++ b/scripts/install-im-server.sh @@ -44,7 +44,7 @@ fi pushd "${OPENIM_ROOT}" ${DOCKER_COMPOSE_COMMAND} stop curl https://gitee.com/openimsdk/openim-docker/raw/main/example/full-openim-server-and-chat.yml -o docker-compose.yml -${DOCKER_COMPOSE_COMMAND} up --remove-orphans -d +${DOCKER_COMPOSE_COMMAND} up -d sleep 60 ${DOCKER_COMPOSE_COMMAND} logs openim-server ${DOCKER_COMPOSE_COMMAND} ps