1
0
Fork 0
telegraf/plugins/inputs/file/dev/docker-compose.yml
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

13 lines
289 B
YAML

version: '3'
services:
telegraf:
image: glinton/scratch
volumes:
- ./telegraf.conf:/telegraf.conf
- ../../../../telegraf:/telegraf
- ./dev/json_a.log:/var/log/test.log
entrypoint:
- /telegraf
- --config
- /telegraf.conf