fix a missing backslash
This commit is contained in:
parent
4f3f98b775
commit
27ef8164fb
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue