We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c66ab1 commit 20703afCopy full SHA for 20703af
docs/sources/setup/upgrade/_index.md
@@ -59,7 +59,7 @@ If you would like to see if your existing configuration will work with Loki 3.0:
59
1. In an empty directory on your computer, copy you configuration into a file named `loki-config.yaml`.
60
1. Run this command from that directory:
61
```bash
62
-docker run --rm -t -v "${PWD}":/config grafana/loki:3.0.0 -config.file=/config/loki-config.yaml -verify-config=true`
+docker run --rm -t -v "${PWD}":/config grafana/loki:3.0.0 -config.file=/config/loki-config.yaml -verify-config=true
63
```
64
65
{{< admonition type="note" >}}
0 commit comments