Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save windsting/a433340703f0534e48940eb7e8ce3ba4 to your computer and use it in GitHub Desktop.
Save windsting/a433340703f0534e48940eb7e8ce3ba4 to your computer and use it in GitHub Desktop.
dotnet run with custom address and port binding
# use address "*" and port "5000"
ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS="http://*:5000" dotnet run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment