docs: add openim cluster helm chart

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw)
2023-10-23 18:00:57 +08:00
parent 38ab3e0ed7
commit 061ac4abd4
127 changed files with 4279 additions and 556 deletions
+1
View File
@@ -268,6 +268,7 @@ openim::util::check_docker_and_compose_versions() {
# Check if the docker compose sub-command is available
if ! docker compose version &> /dev/null; then
echo "Docker does not support the docker compose sub-command"
echo "You need to upgrade Docker to the right version"
return 1
fi