added n8n secure cookie

This commit is contained in:
2026-04-16 21:33:56 +00:00
parent e71e29d521
commit e7ed2cea5b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ services:
- N8N_PORT=${N8N_PORT:-5678} - N8N_PORT=${N8N_PORT:-5678}
- N8N_HOST=${N8N_HOST:-http://localhost:5678} - N8N_HOST=${N8N_HOST:-http://localhost:5678}
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678} - WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
- N8N_SECURE_COOKIE=${N8N_SECURE_COOKIE:-true}
user: "1000:1000" user: "1000:1000"
networks: networks:
- proxy - proxy
+1
View File
@@ -6,3 +6,4 @@ N8N_IMAGE=n8nio/n8n:latest # or 2.16.1
N8N_PORT=5678 N8N_PORT=5678
N8N_HOST=localhost N8N_HOST=localhost
N8N_PROTOCOL=http N8N_PROTOCOL=http
N8N_SECURE_COOKIE=true