fix: set N8N_SECURE_COOKIE to false in docker-compose files for n8n service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user