mongo-express / mongo-express-docker

a dockerized mongo-express for viewing mongoDB in the browser
MIT License
198 stars 93 forks source link

Bring in tzdata so users could set the timezones through the environment #80

Closed suyar closed 1 year ago

suyar commented 2 years ago

@tianon Same reasons #565

Supports using the TZ environment variable to set the timezone instead of using the volume bindings: /etc/timezone:/etc/timezone and /etc/localtime:/etc/localtime.