michael-s-molina commented on code in PR #30147: URL: https://github.com/apache/superset/pull/30147#discussion_r1744174909
########## 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 Review Comment: docker-compose is being deprecated 😄 ```suggestion using our `docker compose` constructs to support production-type use-cases. For single host ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
