mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
11 lines
191 B
YAML
11 lines
191 B
YAML
telegraf:
|
|
image: telegraf:alpine
|
|
ports:
|
|
- "8092:8092/udp"
|
|
- "8094:8094/tcp"
|
|
volumes:
|
|
- ./telegraf.conf:/etc/telegraf/telegraf.conf
|
|
net: host
|
|
pid: host
|
|
restart: always
|