From ec52175c5c9b022592f58f988df266abf348d570 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Thu, 16 Mar 2023 21:48:38 -0400 Subject: [PATCH] fix(nomad): authelia requires additional capabilities --- templates/nomad.hcl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nomad.hcl.j2 b/templates/nomad.hcl.j2 index 668fe34..0d0bf4a 100644 --- a/templates/nomad.hcl.j2 +++ b/templates/nomad.hcl.j2 @@ -206,7 +206,7 @@ plugin "raw_exec" { plugin "docker" { config { - allow_caps = ["chown", "net_raw"] + allow_caps = ["all"] allow_privileged = true extra_labels = ["job_name"] volumes {