Second instance wont run

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:
  • n8n version: - LATEST
  • Database (default: SQLite): - NONE just testing
  • n8n EXECUTIONS_PROCESS setting (default: own, main): – NONE just testing
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: mac - latest

Hi,

What do the logs show when starting

reg,
J.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.