From 8bb56fabe069958f2fd7ea12b7995635c318338c Mon Sep 17 00:00:00 2001 From: Henry Jenkins Date: Fri, 26 Mar 2021 13:02:32 +0000 Subject: [PATCH] Fix docs for GID (#32323) The Dockerfile and other parts of the docs state GID of zero is used. Update to correct this. --- 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 2c7d11d7b1b..a721500937f 100755 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -193,7 +193,7 @@ Version | User | User ID | Group | Group ID --------|---------|---------|---------|--------- < 5.1 | grafana | 104 | grafana | 107 \>= 5.1 | grafana | 472 | grafana | 472 -\>= 7.3 | grafana | 472 | root | 1 +\>= 7.3 | grafana | 472 | root | 0 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`.