From dfa986fe3efc51daf28018cad03191a6287f31ee Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Wed, 22 Jul 2020 14:42:55 +0300 Subject: [PATCH] Fix docker-compose config --- tests/graphite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graphite.yaml b/tests/graphite.yaml index 910c0d6..2bc4694 100644 --- a/tests/graphite.yaml +++ b/tests/graphite.yaml @@ -25,7 +25,7 @@ services: image: graphiteapp/graphite-statsd environment: - GRAPHITE_STATSD_HOST=${GRAPHITE_STATSD_HOST:-onlyoffice-documentserver} - - GRAPHITE_TIME_ZONE=${GRAPHITE_TIME_ZONE:-Europe/Moscow} + - GRAPHITE_TIME_ZONE=${GRAPHITE_TIME_ZONE:-Etc/UTC} ports: - '8888:80' stdin_open: true