Update n8n-install.sh

Set environment option "N8N_SECURE_COOKIE=false"
This commit is contained in:
tteckster 2024-03-11 07:10:39 -04:00 committed by GitHub
parent b12a98e5a3
commit e5010e747b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Description=n8n
[Service]
Type=simple
Environment="N8N_SECURE_COOKIE=false"
ExecStart=n8n start
[Install]
WantedBy=multi-user.target