mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
9 lines
142 B
YAML
9 lines
142 B
YAML
influxdb:
|
|
image: vimagick/influxdb
|
|
ports:
|
|
- "8083:8083"
|
|
- "8086:8086"
|
|
- "8088:8088"
|
|
- "25826:25826/udp"
|
|
restart: always
|