diff --git a/daprdocs/content/en/operations/troubleshooting/common_issues.md b/daprdocs/content/en/operations/troubleshooting/common_issues.md index 8d6294f6b..344ab6c2e 100644 --- a/daprdocs/content/en/operations/troubleshooting/common_issues.md +++ b/daprdocs/content/en/operations/troubleshooting/common_issues.md @@ -305,7 +305,7 @@ docker: Error response from daemon: Ports are not available: exposing port TCP 0 To resolve this error, open a command prompt in an elevated terminal and run: ```bash -nat stop winnat +net stop winnat dapr init net start winnat -``` \ No newline at end of file +```