aproli90 commited on
Commit
aeb0be8
·
verified ·
1 Parent(s): c91eaaa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ EXPOSE 7860
12
  ENV N8N_PORT=7860 \
13
  N8N_HOST=0.0.0.0 \
14
  N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
 
15
  GENERIC_TIMEZONE=UTC
16
 
17
  # (Optional) Enable basic auth for security
 
12
  ENV N8N_PORT=7860 \
13
  N8N_HOST=0.0.0.0 \
14
  N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
15
+ N8N_RUNNERS_ENABLED=true \
16
  GENERIC_TIMEZONE=UTC
17
 
18
  # (Optional) Enable basic auth for security