From f756d704a1ef45e66fffabf8fb88d47f3acb9e13 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 15 Oct 2020 11:27:26 +0200 Subject: [PATCH] fix: typo in upgrade.md --- docs/sources/operations/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/operations/upgrade.md b/docs/sources/operations/upgrade.md index c439f3a0fae45..e045c73f367af 100644 --- a/docs/sources/operations/upgrade.md +++ b/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):