Browse Source

fixed wording in doc (#628)

pull/632/head
Beat 6 years ago
committed by GitHub
parent
commit
6166b2792c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/recipes/dapr.md

2
docs/recipes/dapr.md

@ -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`.
---

Loading…
Cancel
Save