mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: script v3.0
Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
parent
0001573af7
commit
bc6e0e8f01
5
init_docker.sh
Normal file → Executable file
5
init_docker.sh
Normal file → Executable file
@ -21,7 +21,12 @@ if ! command -v docker >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Start Docker services using docker-compose
|
# Start Docker services using docker-compose
|
||||||
|
if command -v docker-compose &> /dev/null
|
||||||
|
then
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
else
|
||||||
|
docker compose up -d
|
||||||
|
fi
|
||||||
|
|
||||||
# Move back to the 'scripts' folder
|
# Move back to the 'scripts' folder
|
||||||
cd scripts
|
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