From fd6c8a337ab4f0f8224f06792bbd16644b1b0198 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 7 Nov 2025 21:53:02 +0500 Subject: [PATCH] Update n8n deployment to use latest version - Changed from pinned version 1.86.1 to latest - Requires OpenLiteSpeed binaries with Origin header forwarding support - Compatible with n8n 1.87.0+ which has strict Origin validation Note: This requires the OpenLiteSpeed binary that includes the Origin header forwarding patch in the proxy module. The patch is available in the CyberPanel OpenLiteSpeed distribution. --- plogical/DockerSites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plogical/DockerSites.py b/plogical/DockerSites.py index d49183edc..67b60aba5 100644 --- a/plogical/DockerSites.py +++ b/plogical/DockerSites.py @@ -1395,7 +1395,7 @@ services: } n8n_config = { - 'image': 'docker.n8n.io/n8nio/n8n:1.86.1', + 'image': 'docker.n8n.io/n8nio/n8n', 'user': 'root', 'healthcheck': { 'test': ["CMD", "wget", "--spider", "http://localhost:5678"],