From 502c4ecc0621aa8905052bb2203b294943b36f09 Mon Sep 17 00:00:00 2001 From: lucafrance <62500301+lucafrance@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:38:08 +0100 Subject: [PATCH] Remove deprecated environment variable N8N_RUNNERS_ENABLED (#4203) Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com> --- docs/hosting/installation/docker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hosting/installation/docker.md b/docs/hosting/installation/docker.md index 1e0c2e218..da234a223 100644 --- a/docs/hosting/installation/docker.md +++ b/docs/hosting/installation/docker.md @@ -38,7 +38,6 @@ 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 ```