A lot of selfhosted containers instructions contain volume mounts like:

docker run ...
  -v /etc/timezone:/etc/timezone:ro \
  -v /etc/localtime:/etc/localtime:ro \
  ...

but all the times I tried to skip those mounts everything seemed to work perfectly.

Are those mounts only necessary in specific cases?

PS:

Bonus question: other containers instructions say to define the TZ variable. Is that only needed when one wants a container to use a different timezone than the host?

  • BCsven
    link
    fedilink
    English
    arrow-up
    15
    ·
    4 days ago

    For a lot of applications the correct time may not matter but for something like homeassstant or syncthing you want your container time to be correct on a restart