Skip to content

Commit 66552b4

Browse files
author
Adrian Wright
committed
chore: remove extra quotes
1 parent d762c84 commit 66552b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03_observability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If running locally or in a dev container, there are configuration steps to wire
3939
1. Run this command to host the Aspire Dashboard in a local container:
4040

4141
```bash
42-
`docker run --rm -it -d -p 18888:18888 -p 4317:18889 -e DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS=true --name aspire-dashboard mcr.microsoft.com/dotnet/aspire-dashboard:9.0`
42+
docker run --rm -it -d -p 18888:18888 -p 4317:18889 -e DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS=true --name aspire-dashboard mcr.microsoft.com/dotnet/aspire-dashboard:9.0
4343
```
4444

4545
No additional steps are needed if you are running the app that was deployed by `azd up`.

0 commit comments

Comments
 (0)