瀏覽代碼

Added time zone

lawrencesystems 2 年之前
父節點
當前提交
bbb1f30e39
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

@@ -62,6 +62,8 @@ services:
       GRAYLOG_HTTP_EXTERNAL_URI: "http://localhost:9000/"
       GRAYLOG_ELASTICSEARCH_HOSTS: "http://opensearch:9200"
       GRAYLOG_MONGODB_URI: "mongodb://mongodb:27017/graylog"
+      GRAYLOG_TIMEZONE: "America/Detroit"
+      TZ: "America/Detroit"
     entrypoint: /usr/bin/tini -- wait-for-it opensearch:9200 -- /docker-entrypoint.sh
     volumes:
       - "${PWD}/config/graylog/graylog.conf:/usr/share/graylog/config/graylog.conf"