From 22637db2739430d69f98b49f4e80253808d2e650 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Thu, 29 Jan 2026 10:22:54 +0200 Subject: [PATCH] Update hass-n8n/config.json --- hass-n8n/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hass-n8n/config.json b/hass-n8n/config.json index f732d3a..ee86a66 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -15,10 +15,10 @@ ], "apparmor": true, "ports": { - "5678/tcp": 443 + "443/tcp": 5678 }, "ports_description": { - "5678/tcp": "n8n Web interface" + "443/tcp": "n8n Web interface" }, "options": { "auth": false,