mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
Update install_im_server.sh
This commit is contained in:
parent
d345fc80c7
commit
0fffa0c43b
@ -14,6 +14,14 @@ chmod +x *.sh ;
|
||||
./init_pwd.sh
|
||||
./env_check.sh;
|
||||
cd .. ;
|
||||
|
||||
if command -v docker-compose &> /dev/null
|
||||
then
|
||||
docker-compose up -d ;
|
||||
else
|
||||
docker compose up -d ;
|
||||
fi
|
||||
|
||||
|
||||
cd scripts ;
|
||||
./docker_check_service.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user