diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 14:15:55 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 14:15:55 +0200 |
commit | cdd491327547857792cb912be7b83e7ed24751af (patch) | |
tree | 6e1a86d1c447242596762fc9fb306a47b7950ac6 | |
parent | d6e6b87bee22fda51c18ab79b4758a3ab43c0f26 (diff) |
added grafana instructions to the README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 6582883..f307e84 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ on, for example: HOSTNAME=docker.localhost ``` +Define Grafana foo in `grafana.env`: +``` +GF_SERVER_ROOT_URL=http://grafana.docker.localhost:3000 +GF_SECURITY_ADMIN_PASSWORD=secret +``` + start the stack: ``` |