Update install_im_server.sh

This commit is contained in:
skiffer-git
2023-07-02 22:13:10 +08:00
committed by GitHub
parent d345fc80c7
commit 0fffa0c43b
+9 -1
View File
@@ -14,6 +14,14 @@ chmod +x *.sh ;
./init_pwd.sh
./env_check.sh;
cd .. ;
docker-compose up -d;
if command -v docker-compose &> /dev/null
then
docker-compose up -d ;
else
docker compose up -d ;
fi
cd scripts ;
./docker_check_service.sh