From 7e16cffcaa74d98082133dfd80d65269ef187174 Mon Sep 17 00:00:00 2001 From: MatthewJSalerno Date: Sat, 23 Nov 2019 09:39:42 -0500 Subject: [PATCH] Added TZ Url --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index baa06ba..33b9252 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ vm.max_map_count=262144 Next edit the ./Docker/graylog.env file and set some values: +Set the proper Time Zone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +- GRAYLOG_TIMEZONE=Europe/Berlin + The URL you want your graylog to be available under: - GRAYLOG_HTTP_EXTERNAL_URI (eg: http://localhost:9000)