Update hass-n8n/Dockerfile

This commit is contained in:
2026-01-29 10:16:15 +02:00
parent 13d839feba
commit 9ea1aba119
+2 -2
View File
@@ -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
EXPOSE 443