Better approach to timezone handling by using a TZ environment variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user