From fda297c6533c9cd07c774fb73060fb451119986e Mon Sep 17 00:00:00 2001 From: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:46:29 +0000 Subject: [PATCH] Revert "Remove deprecated environment variable N8N_RUNNERS_ENABLED" (#4241) --- docs/hosting/installation/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hosting/installation/docker.md b/docs/hosting/installation/docker.md index da234a223..1e0c2e218 100644 --- a/docs/hosting/installation/docker.md +++ b/docs/hosting/installation/docker.md @@ -38,6 +38,7 @@ docker run -it --rm \ -e GENERIC_TIMEZONE="" \ -e TZ="" \ -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \ + -e N8N_RUNNERS_ENABLED=true \ -v n8n_data:/home/node/.n8n \ docker.n8n.io/n8nio/n8n ```