Closed christianbur closed 5 years ago
I added tzdata to set the correct local time zone. To set the time zone the TZ variable must be set in the file docker-compose.yml.
services: radicale: .... environment: - TZ=Europe/Berlin
Thanks for your PR.
Nice idea.
Before merging : can you update all reference to Alpine (see build.sh) or remove the alpine update?
build.sh
Closing in favor of #56
I added tzdata to set the correct local time zone. To set the time zone the TZ variable must be set in the file docker-compose.yml.