Explorar el Código

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

Torkel Ödegaard hace 10 años
padre
commit
cfeba99776
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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