To access a server running on the host machine fro...
# prefect-getting-started
r
To access a server running on the host machine from inside a Docker container, you might need to set PREFECT_API_URL to
<http://host.docker.internal:4200>
. If you're running Docker on Linux (and not Desktop Desktop on Windows or macOS) you'll also need to add
--add-host=host.docker.internal:host-gateway
to your
docker run
command.