Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -12,8 +12,6 @@ ENV N8N_PORT=7860 \
|
|
| 12 |
# 2. Tell the Broker to sit INSIDE the main process (Port 0 or same port)
|
| 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 |
-
N8N_RUNNERS_BROKER_PORT=7860 \
|
| 16 |
-
N8N_RUNNERS_BROKER_LISTEN_ADDRESS=0.0.0.0 \
|
| 17 |
# 3. CRITICAL: Disable the local 'worker' so it doesn't fight for the port
|
| 18 |
N8N_RUNNERS_ENABLED_RUNNERS="" \
|
| 19 |
# --- REST OF CONFIG ---
|
|
|
|
| 12 |
# 2. Tell the Broker to sit INSIDE the main process (Port 0 or same port)
|
| 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 ---
|