From 53d9c973dfba2f5cce63a0cd6445c66bb7ae8fac Mon Sep 17 00:00:00 2001 From: yekk <30849414+yekk-me@users.noreply.github.com> Date: Sat, 7 Feb 2026 10:28:12 +0800 Subject: [PATCH] Remove TZ environment variable from docker-compose Removed timezone setting from environment variables. --- script/docker-compose-with-mytesla.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/script/docker-compose-with-mytesla.yml b/script/docker-compose-with-mytesla.yml index fbd46ae..29e0888 100644 --- a/script/docker-compose-with-mytesla.yml +++ b/script/docker-compose-with-mytesla.yml @@ -58,7 +58,6 @@ services: - DATABASE_HOST=database - MQTT_HOST=mosquitto - ENCRYPTION_KEY=your-encryption-key-change-me - - TZ=Asia/Shanghai - CHECK_ORIGIN=false - URL_PATH=/teslamate - MYTESLA_SELF_HOST=true