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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,14 @@ chmod +x *.sh ;
./init_pwd.sh ./init_pwd.sh
./env_check.sh; ./env_check.sh;
cd .. ; 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 ; cd scripts ;
./docker_check_service.sh ./docker_check_service.sh