mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 18:03:40 -05:00
fix(nomad): authelia requires additional capabilities
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user