fix: typo in upgrade.md (#2762)

pull/2768/head
Pablo Castellano 5 years ago committed by GitHub
parent 54c0c5febb
commit 27693841a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/operations/upgrade.md

@ -243,7 +243,7 @@ One possible upgrade path would look like this:
If I were running Loki with this command `docker run -d --name=loki --mount source=loki-data,target=/tmp/loki -p 3100:3100 grafana/loki:1.4.0`
This would mount a docker volume named `loki-data` to the `/temp/loki` folder which is where Loki will persist the `index` and `chunks` folder in 1.4.0
This would mount a docker volume named `loki-data` to the `/tmp/loki` folder which is where Loki will persist the `index` and `chunks` folder in 1.4.0
To move to 1.5.0 I can do the following (please note that your container names and paths and volumes etc may be different):

Loading…
Cancel
Save