binhex / arch-sabnzbdvpn

Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN
GNU General Public License v3.0
49 stars 9 forks source link

Synology - Local Time #8

Closed DonaldSchelle closed 5 years ago

DonaldSchelle commented 5 years ago

When loading configuring the Volume mounts, there's a requirement of:

-v /etc/localtime:/etc/localtime:ro \

Unfortunately the Synology docker GUI doesn't let you add system level directories (has to be under /volume1).

If this is a method to set the timezone, I believe the more common thing is:

-e TZ=America/Toronto \

A list of time-zone database codes can be found here:

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

binhex commented 5 years ago

ok good info for synology users, closing as you seemed to of worked this out yourself.