From 65d04688061b56c26dcd7a3fd075f42f6dd3db12 Mon Sep 17 00:00:00 2001 From: ozhuang Date: Mon, 5 Oct 2020 16:54:17 +0800 Subject: [PATCH] Docs: Fixed row display in table (#28031) --- docs/sources/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/docker.md b/docs/sources/installation/docker.md index 5406917e28f..e35f290b39c 100755 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -179,7 +179,7 @@ In Grafana v5.1, we changed the ID of the Grafana user. Unfortunately this means Version | User | User ID --------|---------|--------- < 5.1 | grafana | 104 ->= 5.1 | grafana | 472 +\>= 5.1 | grafana | 472 There are two possible solutions to this problem. Either you start the new container as the root user and change ownership from `104` to `472`, or you start the upgraded container as user `104`.