You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying a migration using bash do db-update fails on my machine (macOS 14.6.1, Docker Desktop 4.19.0) because a connection cannot be created to host.docker.internal:30000, though it will work if connecting to localhost:30000.
Change the export dockerHost (conditionally for Macs, at least...?) in the variables.sh file to set dockerHost to localhost rather than host.docker.internal.
The text was updated successfully, but these errors were encountered:
hangler
changed the title
Setting dockerHost to host.docker.internal does not work
Setting dockerHost to host.docker.internal does not work (on macOS?)
Nov 19, 2024
Applying a migration using
bash do db-update
fails on my machine (macOS 14.6.1, Docker Desktop 4.19.0) because a connection cannot be created tohost.docker.internal:30000
, though it will work if connecting tolocalhost:30000
.Change the
export dockerHost
(conditionally for Macs, at least...?) in thevariables.sh
file to setdockerHost
tolocalhost
rather thanhost.docker.internal
.The text was updated successfully, but these errors were encountered: