From f878cbadc4d77806a2c8be08ceab5c5d4d3aff3e Mon Sep 17 00:00:00 2001 From: sascha Date: Wed, 5 Aug 2026 13:28:37 +0200 Subject: [PATCH] fix: n8n timezone auf Europe/Berlin setzen --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index e146377..12ca005 100644 --- a/compose.yaml +++ b/compose.yaml @@ -29,6 +29,8 @@ services: restart: always container_name: n8n environment: + - TZ=Europe/Berlin + - GENERIC_TIMEZONE=Europe/Berlin - DB_TYPE=postgresdb - DB_POSTGRESDB_HOST=postgres - DB_POSTGRESDB_PORT=5432