Run update.sh

This commit is contained in:
Docker Library Bot 2016-05-24 10:16:06 -07:00
parent 8e85224897
commit 18bd4b0ac5
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ It is a great solution for communities and companies wanting to privately host t
First, start an instance of mongo:
```console
$ docker run --name db -d mongo --smallfiles
$ docker run --name db -d mongo:3.0 --smallfiles
```
Then start Rocket.Chat linked to this mongo instance:

View File

@ -180,7 +180,7 @@ Check that the measurement `foo` is added in the DB.
### Supported Plugins Reference
- [Input Plugins](https://docs.influxdata.com/telegraf/latest/outputs/)
- [Input Plugins](https://docs.influxdata.com/telegraf/latest/inputs/)
- [Output Plugins](https://docs.influxdata.com/telegraf/latest/outputs/)