We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70be0f2 commit fbcff12Copy full SHA for fbcff12
docs/fundamentals/dashboard/standalone.md
@@ -25,7 +25,7 @@ docker run --rm -it -d \
25
-p 18888:18888 \
26
-p 4317:18889 \
27
--name aspire-dashboard \
28
- mcr.microsoft.com/dotnet/aspire-dashboard:9.0
+ mcr.microsoft.com/dotnet/aspire-dashboard:latest
29
```
30
31
## [PowerShell](#tab/powershell)
@@ -35,7 +35,7 @@ docker run --rm -it -d `
35
-p 18888:18888 `
36
-p 4317:18889 `
37
--name aspire-dashboard `
38
39
40
41
---
0 commit comments