LucidLogger

You’ll want to change it in the .env file, as the docker compose looks for TZ first as an environment variable and only uses Berlin if that env variable is not defined.
When you do the first container setup, you had to change the TZ setting in the 4 locations on the file - docker-compose.yml - https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List

I did a quick google search and it seems like changing the TZ after deployment requires command line. If you are comfortable with that, you can make the change or simply reinstall with TZ set in FOUR locations in the docker-compose.yml file
 
Back
Top