Explorar el Código

Merge pull request #1432 from shrektan/patch-1

fix a missing backslash
Tianon Gravi hace 7 años
padre
commit
845b4a9289
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chronograf/content.md

+ 1 - 1
chronograf/content.md

@@ -54,7 +54,7 @@ We can now start a Chronograf container that references this database.
 
 ```console
 $ docker run -p 8888:8888 \
-      --net=influxdb
+      --net=influxdb \
       %%IMAGE%% --influxdb-url=http://influxdb:8086
 ```