Surface TimeZone setting explicitly (defaults to UTC)

This commit is contained in:
2026-08-23 00:08:01 +10:00
parent e2afe5b914
commit bd39343217
+5
View File
@@ -9,6 +9,11 @@ services:
environment:
# Where the SQLite DB lives inside the container (matches the volume below).
- DataDirectory=/data
# Meow expiry is checked against this time zone (an IANA id, e.g. "Australia/Melbourne").
# Defaults to UTC — this matters because admins enter expiry times in their own
# browser's wall clock, so set this to match your actual location if you'd rather
# enter local times than UTC ones.
- TimeZone=UTC
# Admin login — override these for anything beyond local testing.
- Admin__Username=admin
- Admin__Password=ScratchingPost2026!