docs(Database): Clarify host value expected when running in docker (#28124)

Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
Genadi Saltikov 2024-07-16 15:51:38 -03:00 committed by GitHub
parent 00ab12ce9b
commit ec508a70a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ or for the purposes of this walkthrough, you can click the link below all these
<img src={useBaseUrl("/img/tutorial/tutorial_03a_database_connection_string_link.png" )} width="600" />{" "} <br/><br/>
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):