Werk #16594: Container: Support setting custom timezone
Komponente | Other components | ||||||
Titel | Container: Support setting custom timezone | ||||||
Datum | 21.08.2024 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Neues Feature | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
The checkmk containers now support setting the TZ variable for a container to specify what timezone the site should use.
The timezone information is then set for the site running inside the container. This removes the need to mount timezone files from the host machine into a docker container.
A run command can look like this: docker container run ... --env TZ="Europe/Berlin" check-mk-enterprise:<version>