June 25, 201511 yr For some strange reason, docker detects my timezone as America/Chicago even though I have correctly setup "Date and Time" under unRAID. I have also manually defined a "TZ" variable under "Environment Variables" with the correct timezone but it isn't being used since "/etc/localtime:/etc/localtime:ro" detects America/Chicago and that is preferred by Docker over the manually defined "TZ" variable. Here is the command output from my Plex Docker without the TZ variable: /usr/bin/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Chicago" -v "/mnt/cache/Docker/appdata/plexmediaserver":"/config":rw -v "/mnt/user/Media/":"/media":rw -v "/tmp":"/transcode":rw limetech/plex How does one change Docker timezone?
June 25, 201511 yr Author on the template , try taking out the bind time setting. Thank you, sparklyballs. Any idea why Docker is detecting the wrong timezone?
Archived
This topic is now archived and is closed to further replies.