Browse Source

Missed double quote fix

Mikhail Menshenin 10 years ago
parent
commit
5da656e559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/installation/docker.md

+ 1 - 1
docs/sources/installation/docker.md

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