- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ ENV N8N_HOST=shayanrl-n8n.hf.space \
|
|
7 |
N8N_PORT=7860 \
|
8 |
N8N_PROTOCOL=https \
|
9 |
NODE_ENV=production \
|
10 |
-
WEBHOOK_URL=https://
|
11 |
N8N_USER_FOLDER=/data/shayan/n8n
|
12 |
|
13 |
# Expose the port for n8n
|
|
|
7 |
N8N_PORT=7860 \
|
8 |
N8N_PROTOCOL=https \
|
9 |
NODE_ENV=production \
|
10 |
+
WEBHOOK_URL=https://shayanrl-n8n.hf.space \
|
11 |
N8N_USER_FOLDER=/data/shayan/n8n
|
12 |
|
13 |
# Expose the port for n8n
|