From e1a1c6792d4c0c51da1fffc250e6e9e2812898d6 Mon Sep 17 00:00:00 2001 From: NuklearRabbit <145918611+NuklearRabbit@users.noreply.github.com> Date: Sun, 2 Aug 2026 01:52:56 +0200 Subject: [PATCH] fix(deploy): avoid existing n8n maintenance port --- compose.unraid.yaml | 2 +- deploy/unraid/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.unraid.yaml b/compose.unraid.yaml index 0a236bd..278ca63 100644 --- a/compose.unraid.yaml +++ b/compose.unraid.yaml @@ -19,7 +19,7 @@ services: n8n: restart: unless-stopped ports: !override - - "127.0.0.1:5678:5678" + - "127.0.0.1:15678:5678" healthcheck: test: [ diff --git a/deploy/unraid/README.md b/deploy/unraid/README.md index ccd7a66..eedf7b1 100644 --- a/deploy/unraid/README.md +++ b/deploy/unraid/README.md @@ -10,7 +10,7 @@ only the web application is reachable from the LAN. - Compose project: `mobilityops` - Web: `http://192.168.10.150:1236` (`1236` on the host to `80` in `web`) - API and PostgreSQL: Compose network only -- n8n editor: server loopback `127.0.0.1:5678` only; use an SSH tunnel for setup +- n8n editor: server loopback `127.0.0.1:15678` only; use an SSH tunnel for setup ## Deploy