From 512c82c2e1c5095b4d5758d0b0209deeb6b47ae7 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 6 Apr 2023 00:19:08 +0200 Subject: [PATCH] Add port in .env --- conf/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/.env b/conf/.env index 5b59d89..bb59dae 100644 --- a/conf/.env +++ b/conf/.env @@ -18,6 +18,7 @@ TZ=__TIMEZONE__ # Use http (we're behind a reverse-proxy) N8N_PROTOCOL=http N8N_LISTEN_ADDRESS=127.0.0.1 +N8N_PORT=__PORT__ # Use filesystem for binary data and keep it for 2 hours N8N_DEFAULT_BINARY_DATA_MODE=filesystem