From 092803ba850bfe40925efd917fbb96ae326e990e Mon Sep 17 00:00:00 2001 From: Romain ROCHAS <46826777+yipfram@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:01:34 +0200 Subject: [PATCH] Update templates/compose/n8n.yaml Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/n8n.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/n8n.yaml b/templates/compose/n8n.yaml index 073e9f1e0..3078516a5 100644 --- a/templates/compose/n8n.yaml +++ b/templates/compose/n8n.yaml @@ -20,6 +20,7 @@ services: - N8N_BLOCK_ENV_ACCESS_IN_NODE=${N8N_BLOCK_ENV_ACCESS_IN_NODE:-true} - N8N_GIT_NODE_DISABLE_BARE_REPOS=${N8N_GIT_NODE_DISABLE_BARE_REPOS:-true} - N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=${N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS:-true} + - N8N_PROXY_HOPS=${N8N_PROXY_HOPS:-1} volumes: - n8n-data:/home/node/.n8n healthcheck: