fix: set N8N_SECURE_COOKIE to false in docker-compose files for n8n service

This commit is contained in:
Lago
2026-05-10 01:19:23 +02:00
parent f440f88725
commit b21b3937b2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -390,6 +390,7 @@ services:
WEBHOOK_URL: http://localhost:55590/
N8N_ENCRYPTION_KEY: ${N8N_ENCRYPTION_KEY}
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "false"
N8N_SECURE_COOKIE: "false"
# Database (n8n stores its own data in the same Postgres)
DB_TYPE: postgresdb