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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,7 +9,8 @@ RUN --mount=type=secret,id=N8N_AUTH_PASSWORD,mode=0444,required=true \
9
  ENV GENERIC_TIMEZONE="Asia/Dubai" \
10
  TZ="Asia/Dubai" \
11
  N8N_BASIC_AUTH_ACTIVE="true" \
12
- N8N_BASIC_AUTH_USER="admin"
 
13
 
14
  # Set the working directory
15
  WORKDIR /data
 
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