File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,13 @@ In this demo, i m using [OpenTelemetry](https://devblogs.microsoft.com/dotnet/op
1212>
1313> - Type ` dotnet dev-certs https --clean ` to clean local certificates
1414>
15- > - Type ` dotnet dev-certs https --trust -ep $env:USERPROFILE\.aspnet\https\aspnetapp.pfx -p LOCALDEVPASS ` to generate local pfx certificate
15+ > - Type ` dotnet dev-certs https --trust -ep $env:USERPROFILE\.aspnet\https\aspnetapp.pfx -p LOCALDEVPASS `
1616>
17- > - If you have changed the password in the previous command, you need to put the same password in ` docker-compose.debug.yml `
17+ > - Type ` docker-compose -f " docker-compose.debug.yml" up -d `
1818>
19- > - Type ` docker-compose -f "docker-compose.debug.yml" up -d ` in your terminal
19+ > - Open [ zipkin url ] ( http://localhost:9411/zipkin ) and [ swagger ] ( https://localhost/swagger/index.html ) in your browser
2020>
21- > - Open [ zipkin url] ( http://localhost:9411/zipkin ) in your browser
22- >
23- > - Type ` docker compose down ` in your terminal
21+ > - Type ` docker compose down `
2422
2523>
2624** ` References ` ** :
You can’t perform that action at this time.
0 commit comments