Added emphasis to note on specifying different ports

This commit is contained in:
Lynn Orrell 2019-11-13 21:03:50 -06:00
parent 26949812ef
commit 864cd3476a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Let's take a quick look at the args that are being passed to the daprd command.
* -dapr-grpc-port -- the grpc port for the dapr api
* -placement-address -- the location of the placement service (this should be running in docker as it was created when you installed dapr and ran ```dapr init```)
Note: You will need to ensure that you specify different http/grpc (-dapr-http-port and -dapr-grpc-port) ports for each daprd task that you create, otherwise you will run into port conflicts when you attempt to launch the second configuration.
>**Note: You will need to ensure that you specify different http/grpc (-dapr-http-port and -dapr-grpc-port) ports for each daprd task that you create, otherwise you will run into port conflicts when you attempt to launch the second configuration.**
```json
{