From 73816751513fd34ff5f56d8dafbb6af2834edd65 Mon Sep 17 00:00:00 2001 From: Mark <21355013+markverg@users.noreply.github.com> Date: Tue, 6 Oct 2020 15:00:52 +0200 Subject: [PATCH] Update README.md added TZ environment variable to readme so we'll all know this is the way to specify the correct TZ for the container --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e51fc43..e4d1835 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ The variables default their respective `DEFAULT` service variable. | `MYSQL_ROOT_USER` | root | If your MySQL host is not on `localhost`, but you want the icinga2 container to setup the DBs for itself, specify the root user of your MySQL server in this variable. | | `MYSQL_ROOT_PASSWORD` | *unset* | If your MySQL host is not on `localhost`, but you want the icinga2 container to setup the DBs for itself, specify the root password of your MySQL server in this variable. | | *other MySQL variables* | *none* | All combinations of MySQL variables aren't listed in this reference. Please see above in the MySQL section for this. | +| `TZ` | UTC | Specify the TimeZone for the container to use| ## Volume Reference