Better approach to timezone handling by using a TZ environment variable

This commit is contained in:
Dane Everitt
2019-12-24 16:57:22 -08:00
parent 06f495682c
commit d7bd10fcee
2 changed files with 14 additions and 10 deletions

View File

@@ -166,7 +166,7 @@ type DockerConfiguration struct {
// Defines the location of the timezone file on the host system that should
// be mounted into the created containers so that they all use the same time.
TimezonePath string `default:"/etc/localtime" yaml:"timezone_path"`
TimezonePath string `default:"/etc/timezone" yaml:"timezone_path"`
}
// Defines the configuration for the internal API that is exposed by the