From 2a224f3cfa389bbc71ed594bd639646f2b30fa8f Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Wed, 3 Jan 2024 14:44:53 +0800 Subject: [PATCH] Update install-im-server.sh --- 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 e52a1a21a..474fd5db7 100755 --- a/scripts/install-im-server.sh +++ b/scripts/install-im-server.sh @@ -43,7 +43,7 @@ fi "${OPENIM_ROOT}"/scripts/init-config.sh 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 +curl https://raw.githubusercontent.com/openimsdk/openim-docker/main/docker-compose.yaml -o docker-compose.yml ${DOCKER_COMPOSE_COMMAND} up -d # Wait for a short period to allow containers to initialize