diff --git a/system-config/services/containers/n8n/default.nix b/system-config/services/containers/n8n/default.nix index c987888..07f9d8e 100644 --- a/system-config/services/containers/n8n/default.nix +++ b/system-config/services/containers/n8n/default.nix @@ -44,7 +44,7 @@ N8N_SECURE_COOKIE = "false"; - N8N_PORT = 80; + N8N_PORT = "80"; }; };