Skip to content

Commit 6591e03

Browse files
Aymen TROUDIAymen TROUDI
authored andcommitted
Update Readme
1 parent ded72bc commit 6591e03

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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`** :

0 commit comments

Comments
 (0)