mirror of https://github.com/dapr/docs.git
				
				
				
			matched default ports for http and gprc
This commit is contained in:
		
							parent
							
								
									d292590178
								
							
						
					
					
						commit
						39c232b21c
					
				|  | @ -30,8 +30,8 @@ dapr run [flags] [command] | |||
| | `--app-ssl` | | `false` | Enable https when Dapr invokes the application | ||||
| | `--components-path`, `-d` | | `Linux & Mac: $HOME/.dapr/components`, `Windows: %USERPROFILE%\.dapr\components` | The path for components directory | ||||
| | `--config`, `-c` | | `Linux & Mac: $HOME/.dapr/config.yaml`, `Windows: %USERPROFILE%\.dapr\config.yaml` | Dapr configuration file | | ||||
| | `--dapr-grpc-port` | | `3500` | The gRPC port for Dapr to listen on | | ||||
| | `--dapr-http-port` | | `50001` | The HTTP port for Dapr to listen on | | ||||
| | `--dapr-grpc-port` | | `50001` | The gRPC port for Dapr to listen on | | ||||
| | `--dapr-http-port` | | `3500` | The HTTP port for Dapr to listen on | | ||||
| | `--enable-profiling` | | `false` | Enable `pprof` profiling via an HTTP endpoint  | ||||
| | `--help`, `-h` | | | Print this help message | | ||||
| | `--image` | | | The image to build the code in. Input is: `repository/image` | | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue