Hello all…
I have a version in docker running well on 5678. I needed to run a test for a 2nd instance so they both run at the same time. So I just changed the port and for what ever reason, it will not run. The service is running but the browser is not.
Also to remove this file as a variable, I just clicked the run button in images, changed the port to 6000 and ran it. Same issue… AND tried http://localhost:6000/home/workflows just in case. NO go…
Anyone?
Thanks
Ralph
services:
n8n:
image: n8nio/n8n:latest
container_name: n8n-foobar
ports:
- “6000:5678”
environment:
-
NODE_ENV=production
-
N8N_HOST=0.0.0.0
-
N8N_PROTOCOL=http
-
N8N_PORT=5678
volumes:
-
n8n-foobar_data:/home/node/.n8n
-
${HOME}/n8n-foobar-general-folder:/n8n-general
volumes:
n8n-foobar_data:
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: