Skip to content

Commit

Permalink
fix: typo in upgrade.md (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano authored Oct 15, 2020
1 parent 54c0c5f commit 2769384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/operations/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit 2769384

Please sign in to comment.