Commit 435f474e by Torkel Ödegaard

docs(): minor fix for docker docs

parent 8fc6e4cf
......@@ -29,7 +29,7 @@ container:
$ docker run -d -p 3000:3000 \
-v /var/lib/grafana:/var/lib/grafana \
-e "GF_SECURITY_ADMIN_PASSWORD=secret" \
grafana/grafana:develop
grafana/grafana
In the above example I map the data folder and sets a configuration option via
an `ENV` instruction.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment