diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/config/roles/nomad/templates/nomad.hcl.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
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 } } |