mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
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
This commit is contained in:
parent
d1b9fddb4f
commit
9d3f0d8781
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user