derek-thomas HF staff commited on
Commit
69aff10
·
verified ·
1 Parent(s): 48d8c79

Updating env vars

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -10,7 +10,9 @@ ENV GENERIC_TIMEZONE="Asia/Dubai" \
10
  TZ="Asia/Dubai" \
11
  N8N_BASIC_AUTH_ACTIVE="true" \
12
  N8N_BASIC_AUTH_USER="admin" \
13
- N8N_EDITOR_BASE_URL="https://derek-thomas-n8n.hf.space"
 
 
14
 
15
  # Set the working directory
16
  WORKDIR /data
 
10
  TZ="Asia/Dubai" \
11
  N8N_BASIC_AUTH_ACTIVE="true" \
12
  N8N_BASIC_AUTH_USER="admin" \
13
+ N8N_EDITOR_BASE_URL="https://derek-thomas-n8n.hf.space" \
14
+ N8N_HOST="0.0.0.0" \
15
+ N8N_PROTOCOL="https"
16
 
17
  # Set the working directory
18
  WORKDIR /data