fix: n8n timezone auf Europe/Berlin setzen
This commit is contained in:
parent
cf84c4a3b3
commit
f878cbadc4
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: n8n
|
container_name: n8n
|
||||||
environment:
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- GENERIC_TIMEZONE=Europe/Berlin
|
||||||
- DB_TYPE=postgresdb
|
- DB_TYPE=postgresdb
|
||||||
- DB_POSTGRESDB_HOST=postgres
|
- DB_POSTGRESDB_HOST=postgres
|
||||||
- DB_POSTGRESDB_PORT=5432
|
- DB_POSTGRESDB_PORT=5432
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue