mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
docker-compose check service of kafka in shell
This commit is contained in:
parent
5a276064e0
commit
f161f55ecb
@ -26,7 +26,7 @@ for ((i = 0; i < ${#docker_compose_components[*]}; i++)); do
|
||||
fi
|
||||
done
|
||||
|
||||
if [ ${component_server_count} -eq 6 ]; then
|
||||
if [ ${component_server_count} -eq 7 ]; then
|
||||
echo -e "${YELLOW_PREFIX}\ndocker-compose all services is Up!${COLOR_SUFFIX}"
|
||||
else
|
||||
echo -e "${RED_PREFIX}\nsome docker-compose services start failed,please check red logs on console ${COLOR_SUFFIX}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user