fix: remove trailing backtick in verify-config for Loki 3.0 (#13640)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/13652/head
Michael Strucken 2 years ago committed by GitHub
parent 2642718d50
commit 498f29a66b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/setup/upgrade/_index.md

@ -69,7 +69,7 @@ If you would like to see if your existing configuration will work with Loki 3.0:
1. In an empty directory on your computer, copy you configuration into a file named `loki-config.yaml`.
1. Run this command from that directory:
```bash
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
```
{{< admonition type="note" >}}

Loading…
Cancel
Save