mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
update influxdb
This commit is contained in:
parent
195dd00a54
commit
bc7f0798c0
@ -1,12 +1,25 @@
|
||||
influxdb
|
||||
========
|
||||
|
||||
> :warning: Please use the official image [influxdb](https://hub.docker.com/_/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: influxdb:alpine
|
||||
ports:
|
||||
- "8083:8083"
|
||||
- "8086:8086"
|
||||
volumes:
|
||||
- ./data:/var/lib/influxdb
|
||||
restart: always
|
||||
```
|
||||
|
||||
```yaml
|
||||
influxdb:
|
||||
image: vimagick/influxdb
|
||||
|
@ -1,8 +1,8 @@
|
||||
influxdb:
|
||||
image: vimagick/influxdb
|
||||
image: influxdb:alpine
|
||||
ports:
|
||||
- "8083:8083"
|
||||
- "8086:8086"
|
||||
- "8088:8088"
|
||||
- "25826:25826/udp"
|
||||
volumes:
|
||||
- ./data:/var/lib/influxdb
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user