Skip to content

Commit

Permalink
fix: update scheduler address
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <hey@mike.ee>
  • Loading branch information
mikeee committed Jul 10, 2024
1 parent 02a1786 commit 9c54d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/dist-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sleep: 60
```bash
~/.dapr/bin/daprd --app-id=distributed-scheduler \
--metrics-port=9091 \
--scheduler-host-address=127.0.0.1:50006 \
--scheduler-host-address=0.0.0.0:50006 \
--dapr-grpc-port 50001 \
--app-port 50070 \
--app-protocol grpc \
Expand Down Expand Up @@ -51,6 +51,7 @@ expected_stdout_lines:
background: true
sleep: 60
-->

```bash
Expand Down

0 comments on commit 9c54d48

Please sign in to comment.