diff --git a/chronograf/content.md b/chronograf/content.md index 20c65cca0..765e2397d 100644 --- a/chronograf/content.md +++ b/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 ```