Преглед изворни кода

Merge branch 'patch-1' of https://github.com/greggsoft/grafana

Torkel Ödegaard пре 10 година
родитељ
комит
cfeba99776
1 измењених фајлова са 1 додато и 1 уклоњено
  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