From a2e211417fb34727a66fad7058bf7096310c7c37 Mon Sep 17 00:00:00 2001 From: Dmitry Dyomin Date: Fri, 21 Feb 2020 19:53:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=BC=D0=BE=D1=81=D0=BA=D0=BE=D0=B2=D1=81?= =?UTF-8?q?=D0=BA=D0=B8=D0=B9=20=D1=87=D0=B0=D1=81=D0=BE=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=8F=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prod.yml b/prod.yml index a52d19e..8a1303d 100644 --- a/prod.yml +++ b/prod.yml @@ -6,6 +6,8 @@ services: volumes: - '/var/data/teamcity/server:/data/teamcity_server/datadir' - '/var/log/teamcity/server:/opt/teamcity/logs' + environment: + TZ: Europe/Moscow ports: - '80:8111' restart: always