Configure timezone with TZ env var. Resolves #109

This commit is contained in:
ngosang
2021-05-30 11:28:43 +02:00
parent 10f8b83e83
commit 05f8ef95d9
3 changed files with 23 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ services:
- LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=Europe/London
ports:
- "${PORT:-8191}:8191"
restart: unless-stopped