From e321a8abb6cd486944e735a30f7f7b353876ad3c Mon Sep 17 00:00:00 2001 From: goldbillka Date: Fri, 20 Oct 2023 18:40:54 +0000 Subject: [PATCH] Updated n8n version --- 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 440823a..f055d0b 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "1.11.1.9", + "version": "1.11.1.10", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -29,7 +29,7 @@ "protocol": "http", "certfile": "fullchain_fixed.pem", "keyfile": "privkey_fixed.pem", - "cmd_line_args": "" + "cmd_line_args": "start" }, "schema": { "auth": "bool",