From 2042648939265b4703fe024f27740b4e84eb5a30 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Mon, 15 Jun 2026 10:31:28 +1000 Subject: [PATCH] v1.5.2 - document TZ variable --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index b686c9e..5a6f6ee 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,9 @@ # .env is gitignored and holds your secrets. docker compose reads it automatically. # REQUIRED +# Container timezone — the sleep schedule uses this clock. Find yours at +# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +TZ=Australia/Melbourne IMMICH_URL=http://your-immich-server:2283 IMMICH_API_KEY=your-api-key-here