telegraf/plugins/inputs/reader/dev/docker-compose.yml

14 lines
285 B
YAML
Raw Normal View History

2018-06-26 18:53:40 +00:00
version: '3'
services:
telegraf:
image: glinton/scratch
volumes:
- ./telegraf.conf:/telegraf.conf
- ../../../../telegraf:/telegraf
- ./json_a.log:/var/log/test.log
entrypoint:
- /telegraf
- --config
2018-06-26 22:20:57 +00:00
- /telegraf.conf