Nathan Fretz
5 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
3 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.55.3@sha256:e99ffa516dbb6af0ed771872c538bbb2eecc94a76e1860e14f41a3d790e7ef54 |
|
|
image: n8nio/n8n:1.56.2@sha256:144da5572a6dfac34bb1c079a347f055c56cc35943b0eb244c7225a18fe30dda |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
volumes: |
|
|
volumes: |
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
|
@ -2,9 +2,9 @@ manifestVersion: 1 |
|
|
id: n8n |
|
|
id: n8n |
|
|
category: automation |
|
|
category: automation |
|
|
name: n8n |
|
|
name: n8n |
|
|
version: "1.55.3" |
|
|
version: "1.56.2" |
|
|
releaseNotes: >- |
|
|
releaseNotes: >- |
|
|
This update includes bug fixes for XSS validation and URL validation. |
|
|
This update includes a bug fix for Redis client disconnection during shutdown. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|