Fix wud timezone

This commit is contained in:
Marko Korhonen 2025-07-01 13:48:19 -05:00
parent 402046f8c9
commit 6007e60df0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -4,9 +4,11 @@ services:
container_name: wud
env_file: .env
environment:
- TZ=America/Chicago
- WUD_TRIGGER_SMTP_EMAIL_SIMPLETITLE=Container $${container.name} can be updated
- WUD_TRIGGER_SMTP_EMAIL_SIMPLEBODY=Container $${name} can be updated from $${local.substring(0, 15)} to $${remote.substring(0, 15)}
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000