Commit 5da656e5 by Mikhail Menshenin

Missed double quote fix

parent 5e9c44b2
......@@ -24,7 +24,7 @@ container:
$ docker run -d -p 3000:3000 \
-v /var/lib/grafana:/var/lib/grafana \
-e "GF_SECURITY_ADMIN_PASSWORD=secret \
-e "GF_SECURITY_ADMIN_PASSWORD=secret" \
grafana/grafana:develop
In the above example I map the data folder and sets a configuration option via
......
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