From 9ea1aba119754f3e5a608e724f2bb8632b5151f6 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Thu, 29 Jan 2026 10:16:15 +0200 Subject: [PATCH] Update hass-n8n/Dockerfile --- hass-n8n/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index eba1edf..1208459 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,4 +1,4 @@ -ARG N8N_VERSION=2.1.1 +ARG N8N_VERSION=2.4.6 # ------------------------------------------------ # 1) busybox-static (sh, sed, mkdir, etc.) @@ -45,4 +45,4 @@ COPY docker-entrypoint.sh /tmp/docker-entrypoint.sh RUN chmod +x /tmp/docker-entrypoint.sh ENTRYPOINT ["/bin/sh", "/tmp/docker-entrypoint.sh"] -EXPOSE 5678 \ No newline at end of file +EXPOSE 443 \ No newline at end of file