chore(n8n): set N8N_PROXY_HOPS
to 2 in Nomad job specification
This commit is contained in:
parent
57d4df8402
commit
8f9f79e9a2
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ job "n8n" {
|
|||
N8N_PROTOCOL = "https"
|
||||
N8N_HOST = "n8n.brmartin.co.uk"
|
||||
N8N_PORT = "443"
|
||||
N8N_PROXY_HOPS = "2"
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue