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:
n8n:
image: docker.n8n.io/n8nio/n8n:1.119.2
image: docker.n8n.io/n8nio/n8n:1.123.9
environment:
- SERVICE_URL_N8N_5678
- N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
@ -46,7 +46,7 @@ services:
retries: 10
n8n-worker:
image: docker.n8n.io/n8nio/n8n:1.119.2
image: docker.n8n.io/n8nio/n8n:1.123.9
command: worker
environment:
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin}
@ -104,4 +104,4 @@ services:
test: ["CMD", "redis-cli", "ping"]
interval: 5s
timeout: 5s
retries: 10
retries: 10