Skip to content

Commit 65c947b

Browse files
committed
feat: update n8n
1 parent 9019276 commit 65c947b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stacks/n8n.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3.8'
44

55
services:
66
n8n:
7-
image: n8nio/n8n:${VERSION:-1.2.1}
7+
image: n8nio/n8n:${VERSION:-1.22.6}
88
environment:
99
- NODE_ENV=production
1010
- N8N_PROTOCOL=${SCHEME:-https}

templates.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@
16571657
{
16581658
"name": "SMTP_PORT",
16591659
"label": "SMTP Port",
1660-
"value": 587,
1660+
"value": "587",
16611661
"type": "number"
16621662
},
16631663
{

0 commit comments

Comments
 (0)