Skip to content

Commit

Permalink
Update docs/quickstart.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Till Rohrmann <[email protected]>
  • Loading branch information
gvdongen and tillrohrmann authored Jan 31, 2024
1 parent a96cb7e commit 9574d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'
```
Expand Down

0 comments on commit 9574d8b

Please sign in to comment.