From 8502bbef913f18d408cdbb1693292ee6ac9bb85f Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 3 Apr 2022 20:42:01 +0200 Subject: [PATCH] add docker volume --- templates/config.hcl.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) 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"