We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9019276 commit 65c947bCopy full SHA for 65c947b
stacks/n8n.yml
@@ -4,7 +4,7 @@ version: '3.8'
4
5
services:
6
n8n:
7
- image: n8nio/n8n:${VERSION:-1.2.1}
+ image: n8nio/n8n:${VERSION:-1.22.6}
8
environment:
9
- NODE_ENV=production
10
- N8N_PROTOCOL=${SCHEME:-https}
templates.json
@@ -1657,7 +1657,7 @@
1657
{
1658
"name": "SMTP_PORT",
1659
"label": "SMTP Port",
1660
- "value": 587,
+ "value": "587",
1661
"type": "number"
1662
},
1663
0 commit comments