From 1eb58f40d3656fc410bf4b575dc51910e442a7dd Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 10 Dec 2025 09:57:43 +0100 Subject: [PATCH] proper timezone for lmstudio --- lmstudio.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lmstudio.yaml b/lmstudio.yaml index e32fa73..a3acd46 100644 --- a/lmstudio.yaml +++ b/lmstudio.yaml @@ -15,6 +15,9 @@ spec: image: localhost/lm-studio-debian:latest hostname: lmstudio network: podman + env: + - name: TZ + value: "Europe/Berlin" ports: - containerPort: 1234 hostPort: 1234 @@ -39,6 +42,9 @@ spec: image: ghcr.io/open-webui/open-webui:main hostname: webui network: podman + env: + - name: TZ + value: "Europe/Berlin" ports: - containerPort: 8080 hostPort: 8888