Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,6 @@ ENV N8N_PORT=7860 \
|
|
| 13 |
# Setting this to 7860 while N8N_PORT is 7860 causes the crash.
|
| 14 |
# We set the Broker to listen on the same webserver as the UI.
|
| 15 |
# 3. CRITICAL: Disable the local 'worker' so it doesn't fight for the port
|
| 16 |
-
N8N_RUNNERS_ENABLED_RUNNERS="" \
|
| 17 |
# --- REST OF CONFIG ---
|
| 18 |
N8N_RUNNERS_AUTH_TOKEN=test_secret_123 \
|
| 19 |
GENERIC_TIMEZONE=Asia/Kolkata \
|
|
|
|
| 13 |
# Setting this to 7860 while N8N_PORT is 7860 causes the crash.
|
| 14 |
# We set the Broker to listen on the same webserver as the UI.
|
| 15 |
# 3. CRITICAL: Disable the local 'worker' so it doesn't fight for the port
|
|
|
|
| 16 |
# --- REST OF CONFIG ---
|
| 17 |
N8N_RUNNERS_AUTH_TOKEN=test_secret_123 \
|
| 18 |
GENERIC_TIMEZONE=Asia/Kolkata \
|