From ec508a70a651f4c1a992e1d7b4774dae4e7166f0 Mon Sep 17 00:00:00 2001 From: Genadi Saltikov Date: Tue, 16 Jul 2024 15:51:38 -0300 Subject: [PATCH] docs(Database): Clarify host value expected when running in docker (#28124) Co-authored-by: Evan Rusackas --- docs/docs/using-superset/creating-your-first-dashboard.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/using-superset/creating-your-first-dashboard.mdx b/docs/docs/using-superset/creating-your-first-dashboard.mdx index f7f2c353957f4..95e6512782a25 100644 --- a/docs/docs/using-superset/creating-your-first-dashboard.mdx +++ b/docs/docs/using-superset/creating-your-first-dashboard.mdx @@ -44,6 +44,8 @@ or for the purposes of this walkthrough, you can click the link below all these {" "}

+Please note, if you are trying to connect to another locally running database (whether on host or another container), and you get the message `The port is closed.`, then you need to adjust the HOST to `host.docker.internal` + Once you've clicked that link you only need to specify two things (the database name and SQLAlchemy URI):