Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added TZ environment variable to readme so we'll all know this is the way to specify the correct TZ for the container
  • Loading branch information
markverg authored Oct 6, 2020
1 parent 6df2acc commit 7381675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7381675

Please sign in to comment.