Docker telegraf uid and gid configurable

This commit is contained in:
Jeroen Geusebroek
2019-02-02 15:51:19 +01:00
parent 50c4043389
commit 2003635e73
3 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,8 @@ telegraf_agent_aws_tags: False
telegraf_agent_aws_tags_prefix: ""
# Docker specific settings
telegraf_uid_docker: 998
telegraf_gid_docker: 995
telegraf_agent_docker: False
telegraf_agent_docker_name: telegraf
telegraf_agent_docker_network_mode: bridge