diff --git a/templates/config.hcl.j2 b/templates/config.hcl.j2 index 4018291..043abe0 100644 --- a/templates/config.hcl.j2 +++ b/templates/config.hcl.j2 @@ -16,6 +16,14 @@ plugin "raw_exec" { enabled = true } } +plugin "docker"{ + config{ + volumes { + enabled = true + selinuxlabel = "z" + } + } +} consul { address = "127.0.0.1:8500"