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