Run update.sh

This commit is contained in:
Docker Library Bot 2019-02-18 16:09:06 +00:00
parent 845b4a9289
commit cece29d29a
1 changed files with 1 additions and 1 deletions

View File

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