cli icon indicating copy to clipboard operation
cli copied to clipboard

how to dapr init by using a exist redis ?

Open bulolo opened this issue 2 years ago • 1 comments

i have a redis now , i want run dapr init to use my exist redis,is there any idea? or how to change the redis port by run dapr init?

image
Bind for 0.0.0.0:6379 failed: port is already allocated.

bulolo avatar Oct 09 '22 00:10 bulolo

@bulolo As of right now you can run dapr init --slim to install only the binaries and basic configuration. Please make note that this also skip running zipkin and redis ... https://docs.dapr.io/operations/hosting/self-hosted/self-hosted-no-docker/#initialize-dapr-without-containers

mukundansundar avatar Oct 10 '22 04:10 mukundansundar