From 9d3f0d87811d97b03d84657399474ddf15041d1f Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 10 Feb 2021 10:37:34 +0100 Subject: [PATCH] Docs: Group id should be 0 instead of 1 in Docker upgrade notes (#31074) The upgrade notes for Grafana 7.3 and Docker says that The Grafana Docker image runs with the root group (id 1) which is wrong. It should be group (id 0). Which issue(s) this PR fixes: Fixes #30953 --- 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 b204dc5889b..e0ae75892a7 100755 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -139,7 +139,7 @@ This section contains important information if you want to migrate from previous ### Migrate to v7.3 or later -The Grafana Docker image runs with the `root` group (id 1) instead of the `grafana` group (id 472), for better compatibility with OpenShift. If you extend the official Docker image you may need to change your scripts to use the `root` group instead of `grafana`. +The Grafana Docker image runs with the `root` group (id 0) instead of the `grafana` group (id 472), for better compatibility with OpenShift. If you extend the official Docker image you may need to change your scripts to use the `root` group instead of `grafana`. ### Migrate to v6.5 or later