1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/influxdb/README.md
2016-05-02 22:42:42 +08:00

22 lines
392 B
Markdown

influxdb
========
[InfluxDB][1] is an open source distributed time series database with no external
dependencies. It's useful for recording metrics, events, and performing
analytics.
## docker-compose.yml
```yaml
influxdb:
image: vimagick/influxdb
ports:
- "8083:8083"
- "8086:8086"
- "8088:8088"
- "25826:25826/udp"
restart: always
```
[1]: https://influxdata.com/