Fix date/time localization

This commit is contained in:
2023-04-20 03:00:41 +02:00
parent f2b25ce868
commit 527d9642bc
4 changed files with 11 additions and 15 deletions

View File

@ -8,6 +8,8 @@ services:
- 5000:5000
environment:
- FABCAL_CACHE_EXPIRE=120
- LANG=de
- LC_ALL=de_DE.UTF-8
volumes:
- ./config.yml:/app/config.yml:ro
# use the line below when running this behind reverse proxy (only if it sets the proxy headers, though)