This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new f01493277f docs(docker-compose): remove extra backticks (#32206)
f01493277f is described below
commit f01493277f0f252b055c3d32931c9b98ce14ccdb
Author: Jonathan Morales Vélez <[email protected]>
AuthorDate: Mon Feb 10 19:26:34 2025 +0100
docs(docker-compose): remove extra backticks (#32206)
---
docs/docs/installation/docker-compose.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/docs/installation/docker-compose.mdx
b/docs/docs/installation/docker-compose.mdx
index b42f677fba..499ad41364 100644
--- a/docs/docs/installation/docker-compose.mdx
+++ b/docs/docs/installation/docker-compose.mdx
@@ -43,7 +43,6 @@ Note that there are 3 major ways we support to run `docker
compose`:
`export TAG=4.0.0-dev` or `export TAG=3.0.0-dev`, with `latest-dev` being
the default.
That's because The `dev` builds happen to package the `psycopg2-binary`
required to connect
to the Postgres database launched as part of the `docker compose` builds.
-``
More on these two approaches after setting up the requirements for either.