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