diff --git a/os/config/roles/nomad/templates/nomad.hcl.j2 b/os/config/roles/nomad/templates/nomad.hcl.j2 index f44ccaa..12acbd3 100644 --- a/os/config/roles/nomad/templates/nomad.hcl.j2 +++ b/os/config/roles/nomad/templates/nomad.hcl.j2 @@ -43,6 +43,10 @@ telemetry { plugin "docker" { config { pull_activity_timeout = "15m" + volumes { + enabled = true + } + allow_privileged = true } }