dapr / dashboard

General purpose dashboard for Dapr
Apache License 2.0
181 stars 47 forks source link

Feat/dashboard supports random port #204

Open imneov opened 2 years ago

imneov commented 2 years ago

The port of the dashboard should support automatic selection. When the --port flag is set to 0, a free port will be randomly found to start the dashboard to ensure that there will be no port conflicts.