Browse Source

Add missing closing " in Docker README (#6413)

Hans Kristian Flaatten 9 years ago
parent
commit
b5eaa5ea59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/production/README.md

+ 1 - 1
docker/production/README.md

@@ -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
 ```