fix(nomad): authelia requires additional capabilities

This commit is contained in:
Nathaniel Landau
2023-03-16 21:48:38 -04:00
parent be56f2a308
commit ec52175c5c

View File

@@ -206,7 +206,7 @@ plugin "raw_exec" {
plugin "docker" { plugin "docker" {
config { config {
allow_caps = ["chown", "net_raw"] allow_caps = ["all"]
allow_privileged = true allow_privileged = true
extra_labels = ["job_name"] extra_labels = ["job_name"]
volumes { volumes {