Update n8n image version to 1.123.9

This commit is contained in:
djeber 2025-12-25 05:05:02 +01:00 committed by GitHub
parent 9f961ecb8b
commit 62d05d3ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
services: services:
n8n: n8n:
image: docker.n8n.io/n8nio/n8n:1.119.2 image: docker.n8n.io/n8nio/n8n:1.123.9
environment: environment:
- SERVICE_URL_N8N_5678 - SERVICE_URL_N8N_5678
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N} - N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
@ -46,7 +46,7 @@ services:
retries: 10 retries: 10
n8n-worker: n8n-worker:
image: docker.n8n.io/n8nio/n8n:1.119.2 image: docker.n8n.io/n8nio/n8n:1.123.9
command: worker command: worker
environment: environment:
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin} - GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin}