From 9e7651a1b396d1b3bc48eee0437fd8d7125e9700 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Tue, 5 Jun 2018 13:54:23 +0200 Subject: [PATCH] docs: docker secrets available in v5.2.0 --- docs/sources/installation/docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/installation/docker.md b/docs/sources/installation/docker.md index e7dee84b5f4..7cad57886f1 100644 --- a/docs/sources/installation/docker.md +++ b/docs/sources/installation/docker.md @@ -132,6 +132,8 @@ docker run -d --user $ID --volume "$PWD/data:/var/lib/grafana" -p 3000:3000 graf ## Reading secrets from files (support for Docker Secrets) +> Available in v5.2.0 and later + It's possible to supply Grafana with configuration through files. This works well with [Docker Secrets](https://docs.docker.com/engine/swarm/secrets/) as the secrets by default gets mapped into `/run/secrets/` of the container. You can do this with any of the configuration options in conf/grafana.ini by setting `GF___FILE` to the path of the file holding the secret.