File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ Start the runtime in a Docker container and tell Restate about the example servi
124
124
``` shell
125
125
docker run --name restate_dev --rm --network=host docker.io/restatedev/restate:latest
126
126
127
- curl -X POST http://localhost:9070/endpoints -H ' content-type: application/json' -d ' {"uri": "http://localhost:9080"}'
127
+ curl -X POST http://localhost:9070/deployments -H ' content-type: application/json' -d ' {"uri": "http://localhost:9080"}'
128
128
```
129
129
- On macOS:
130
130
` ` ` shell
131
131
docker run --name restate_dev --rm -p 9070:9070 -p 8080:8080 docker.io/restatedev/restate:latest
132
132
133
- curl -X POST http://localhost:9070/endpoints -H ' content-type: application/json' -d ' {"uri": "http://host.docker.internal:9080"}'
133
+ curl -X POST http://localhost:9070/deployments -H ' content-type: application/json' -d ' {"uri": "http://host.docker.internal:9080"}'
134
134
` ` `
135
135
136
136
You can’t perform that action at this time.
0 commit comments