1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/influxdb/docker-compose.yml

9 lines
142 B
YAML
Raw Normal View History

2016-03-26 02:34:17 +02:00
influxdb:
image: vimagick/influxdb
ports:
- "8083:8083"
- "8086:8086"
- "8088:8088"
2016-03-26 09:46:59 +02:00
- "25826:25826/udp"
2016-03-26 02:34:17 +02:00
restart: always