mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-15 10:25:13 +01:00
10 lines
154 B
YAML
10 lines
154 B
YAML
version: '3'
|
|
|
|
services:
|
|
telegraf:
|
|
image: telegraf:1.13
|
|
ports:
|
|
- 8186:8186
|
|
volumes:
|
|
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
|