Skip to content

Commit

Permalink
docs: define localhost for docker (apache#25480)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
  • Loading branch information
mdeshmu and sfirke authored Oct 3, 2023
1 parent a12e0be commit 4f5993d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/databases/mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ mysql://{username}:{password}@{host}/{database}

Host:

- For Localhost or Docker running Linux: `localhost` or `127.0.0.1`
- For Localhost: `localhost` or `127.0.0.1`
- Docker running on Linux: `172.18.0.1`
- For On Prem: IP address or Host name
- For Docker running in OSX: `docker.for.mac.host.internal`
Port: `3306` by default
Expand Down

0 comments on commit 4f5993d

Please sign in to comment.