2016-03-26 02:34:17 +02:00
|
|
|
influxdb:
|
2016-05-24 05:29:59 +02:00
|
|
|
image: influxdb:alpine
|
2016-03-26 02:34:17 +02:00
|
|
|
ports:
|
|
|
|
- "8083:8083"
|
|
|
|
- "8086:8086"
|
2016-05-24 05:29:59 +02:00
|
|
|
volumes:
|
|
|
|
- ./data:/var/lib/influxdb
|
2016-03-26 02:34:17 +02:00
|
|
|
restart: always
|