Leakscrib commited on
Commit
be232d7
·
verified ·
1 Parent(s): dbd29a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -13,8 +13,7 @@ ENV N8N_PORT=7860
13
  ENV N8N_HOST=0.0.0.0
14
  ENV N8N_BASIC_AUTH_ACTIVE=false
15
  ENV N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
16
- # Trust the Hugging Face reverse proxy to fix UI and rate-limiting errors
17
- ENV N8N_TRUST_PROXY=true
18
 
19
  # Expose the port
20
  EXPOSE 7860
 
13
  ENV N8N_HOST=0.0.0.0
14
  ENV N8N_BASIC_AUTH_ACTIVE=false
15
  ENV N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
16
+
 
17
 
18
  # Expose the port
19
  EXPOSE 7860