Revert "Remove deprecated environment variable N8N_RUNNERS_ENABLED" (#4241)

This commit is contained in:
Kartik Balasubramanian
2026-02-18 14:46:29 +00:00
committed by GitHub
parent acc53e2c5b
commit fda297c653

View File

@@ -38,6 +38,7 @@ docker run -it --rm \
-e GENERIC_TIMEZONE="<YOUR_TIMEZONE>" \
-e TZ="<YOUR_TIMEZONE>" \
-e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
-e N8N_RUNNERS_ENABLED=true \
-v n8n_data:/home/node/.n8n \
docker.n8n.io/n8nio/n8n
```