tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
591 stars 82 forks source link

Update Baseimage Alpine 3.9 -> 3.10 and add tzdata #55

Closed christianbur closed 5 years ago

christianbur commented 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
tomsquest commented 5 years ago

Thanks for your PR.

Nice idea.

Before merging : can you update all reference to Alpine (see build.sh) or remove the alpine update?

tomsquest commented 5 years ago

Closing in favor of #56