From 6074d55b908ce20d22046e127443ef76e04fcc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Mon, 8 Dec 2025 11:13:09 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=87=D0=B0=D1=81=D0=BE=D0=B2=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BF=D0=BE=D1=8F=D1=81=D0=B0=20=D0=B2=20docker?= =?UTF-8?q?-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 33ac93c..c79c3ff 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,6 +5,6 @@ services: build: . command: python ./main.py --first-run environment: - - TZ=Europe/Yekaterinburg + - TZ=Asia/Yekaterinburg env_file: - .env \ No newline at end of file