From 9574d8b5fe33c8f2abea691479601b3bea9b0760 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Wed, 31 Jan 2024 13:36:54 +0100 Subject: [PATCH] Update docs/quickstart.mdx Co-authored-by: Till Rohrmann --- docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 246f2610..717aa1dd 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -123,7 +123,7 @@ restate dp add http://host.docker.internal:9080 ``` Or via `curl`, by sending a request to the endpoint of the runtime at `http://localhost:9070/deployments` -and providing it with the deployment endpoint of the service `http://localhost:9080`. +and providing it with the deployment endpoint of the service `http://host.docker.internal:9080`. ```shell curl localhost:9070/deployments -H 'content-type: application/json' -d '{"uri": "http://host.docker.internal:9080"}' ```