mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
fix: script v3.0
Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
parent
0001573af7
commit
bc6e0e8f01
7
init_docker.sh
Normal file → Executable file
7
init_docker.sh
Normal file → Executable file
@ -21,7 +21,12 @@ if ! command -v docker >/dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# Start Docker services using docker-compose
|
||||
docker-compose up -d
|
||||
if command -v docker-compose &> /dev/null
|
||||
then
|
||||
docker-compose up -d
|
||||
else
|
||||
docker compose up -d
|
||||
fi
|
||||
|
||||
# Move back to the 'scripts' folder
|
||||
cd scripts
|
||||
|
0
install_guide.sh
Normal file → Executable file
0
install_guide.sh
Normal file → Executable file
0
install_im_compose.sh
Normal file → Executable file
0
install_im_compose.sh
Normal file → Executable file
0
install_im_server.sh
Normal file → Executable file
0
install_im_server.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user