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,