feat(output): align container timezone with host

This commit is contained in:
2025-10-15 16:04:46 -05:00
parent 96e34c3bc3
commit f629d1f350
3 changed files with 36 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ services:
environment:
PUID: "${LOCAL_UID:-1000}"
PGID: "${LOCAL_GID:-1000}"
TZ: "${HOST_TZ:-UTC}"
volumes:
- ../ForRelease/inbox:/data/inbox
- ../ForRelease/outbox:/data/outbox