Fix docs for GID (#32323)

The Dockerfile and other parts of the docs state GID of zero is used. Update to correct this.
This commit is contained in:
Henry Jenkins 2021-03-26 13:02:32 +00:00 committed by GitHub
parent 5985c199ae
commit 8bb56fabe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.