mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-09 04:36:05 +10:00
14 lines
289 B
YAML
14 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
|