Commit b5eaa5ea by Hans Kristian Flaatten Committed by Torkel Ödegaard

Add missing closing " in Docker README (#6413)

parent b382d17e
......@@ -23,7 +23,7 @@ All options defined in conf/grafana.ini can be overridden using environment vari
```
docker run -i -p 3000:3000 \
-e "GF_SERVER_ROOT_URL=http://grafana.server.name" \
-e "GF_SECURITY_ADMIN_PASSWORD=secret \
-e "GF_SECURITY_ADMIN_PASSWORD=secret" \
grafana/grafana:develop
```
......
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