Skip to content

Commit

Permalink
feat: update n8n
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Jan 14, 2024
1 parent 9019276 commit 65c947b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stacks/n8n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'

services:
n8n:
image: n8nio/n8n:${VERSION:-1.2.1}
image: n8nio/n8n:${VERSION:-1.22.6}
environment:
- NODE_ENV=production
- N8N_PROTOCOL=${SCHEME:-https}
Expand Down
2 changes: 1 addition & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@
{
"name": "SMTP_PORT",
"label": "SMTP Port",
"value": 587,
"value": "587",
"type": "number"
},
{
Expand Down

0 comments on commit 65c947b

Please sign in to comment.