From 684e9b1d005f4d87e9e35f4d39216c85b459a403 Mon Sep 17 00:00:00 2001 From: MatthewJSalerno Date: Sat, 23 Nov 2019 00:08:23 -0500 Subject: [PATCH] added TZ list https://en.wikipedia.org/wiki/List_of_tz_database_time_zones --- Docker/graylog.env | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker/graylog.env b/Docker/graylog.env index 72895fb..0843b5c 100644 --- a/Docker/graylog.env +++ b/Docker/graylog.env @@ -3,4 +3,5 @@ GRAYLOG_PASSWORD_SECRET=somepasswordpepperzzz # Password: admin GRAYLOG_ROOT_PASSWORD_SHA2=8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 GRAYLOG_HTTP_EXTERNAL_URI=http://localhost:9000/ +# TZ List - https://en.wikipedia.org/wiki/List_of_tz_database_time_zones GRAYLOG_TIMEZONE=Europe/Berlin