Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
4 deletions
-
n8n/docker-compose.yml
-
n8n/umbrel-app.yml
|
@ -10,7 +10,7 @@ services: |
|
|
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" |
|
|
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" |
|
|
|
|
|
|
|
|
server: |
|
|
server: |
|
|
image: n8nio/n8n:1.62.6@sha256:256f7e0f976f9d1ba8d17ff1db995047b5116face548507cc7c399fde66828b7 |
|
|
image: n8nio/n8n:1.63.4@sha256:30b489c3328ebe8251e1a0509e9b7aeda72a170440e2d07196149e4556c0ee0f |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
volumes: |
|
|
volumes: |
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
|
@ -2,10 +2,9 @@ manifestVersion: 1 |
|
|
id: n8n |
|
|
id: n8n |
|
|
category: automation |
|
|
category: automation |
|
|
name: n8n |
|
|
name: n8n |
|
|
version: "1.62.6" |
|
|
version: "1.63.4" |
|
|
releaseNotes: >- |
|
|
releaseNotes: >- |
|
|
This update includes bug fixes and improvements, such as: |
|
|
This is a small bugfix release. |
|
|
- Fixed an issue with node wrapping for tool use |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/n8n-io/n8n/releases |
|
|
Full release notes are found at https://github.com/n8n-io/n8n/releases |
|
|