fix: revert to nomad v1.4.6

This commit is contained in:
Nathaniel Landau
2023-03-13 21:29:09 -04:00
parent a757ff0cf2
commit be56f2a308
3 changed files with 199 additions and 199 deletions

View File

@@ -206,9 +206,9 @@ plugin "raw_exec" {
plugin "docker" {
config {
allow_caps = [ "ALL" ]
allow_caps = ["chown", "net_raw"]
allow_privileged = true
extra_labels = ["job_name"]
volumes {
enabled = true
}