diff --git a/docs/docs/installation/docker-compose.mdx b/docs/docs/installation/docker-compose.mdx index b48f53e0a..a85cf72d6 100644 --- a/docs/docs/installation/docker-compose.mdx +++ b/docs/docs/installation/docker-compose.mdx @@ -15,7 +15,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; :::caution Since `docker compose` is primarily designed to run a set of containers on **a single host** and can't support requirements for **high availability**, we do not support nor recommend -using our `docker- ompose` constructs to support production-type use-cases. For single host +using our `docker compose` constructs to support production-type use-cases. For single host environments, we recommend using [minikube](https://minikube.sigs.k8s.io/docs/start/) along our [installing on k8s](https://superset.apache.org/docs/installation/running-on-kubernetes) documentation.