diff --git a/templates/nomad_jobs/reverse-proxy.hcl b/templates/nomad_jobs/reverse-proxy.hcl index db278ad..e5c5a91 100644 --- a/templates/nomad_jobs/reverse-proxy.hcl +++ b/templates/nomad_jobs/reverse-proxy.hcl @@ -27,7 +27,7 @@ job "reverse-proxy" { network { port "authelia-port" { - static = { { authelia_port } } + static = {{ authelia_port }} to = 9091 } port "whoami" {