Skip to main content

Timezone

WUD runs in UTC by default.
If you prefer using your local timezone, you have two options:

Option 1: Mount the host timezone file

services:
whatsupdocker:
image: getwud/wud
...
volumes:
- /etc/localtime:/etc/localtime:ro

Option 2: Set the TZ environment variable

services:
whatsupdocker:
image: getwud/wud
...
environment:
- TZ=Europe/Paris