Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

fixed wording in doc dapr.md #628

Merged
merged 1 commit into from
Aug 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/recipes/dapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ When the application runs, you should be able to see something like the followin

When using `tye run` in this way, Dapr discover components like redis for state storage and pubsub from the `components` directory next to the solution.

> :warning: You may encounter a port conflict for redis if you have already used `dapr --init` locally to start redis. This will likely be visible as a high never of restarts for the redis service in the dashboard. You can either use `dapr` to manage redis or `tye`, but not both. To work around this remove the `redis` service from `tye.yaml`.
> :warning: You may encounter a port conflict for redis if you have already used `dapr --init` locally to start redis. This will likely be visible as a high number of restarts for the redis service in the dashboard. You can either use `dapr` to manage redis or `tye`, but not both. To work around this remove the `redis` service from `tye.yaml`.

---

Expand Down