From 2b7152ab186d5d0d47918e254b67bbb6c44d8be4 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 25 Apr 2026 16:20:24 -0400 Subject: [PATCH] add timezone to gitea --- tasks/gitea.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/gitea.yml b/tasks/gitea.yml index 7756fc2..5194424 100644 --- a/tasks/gitea.yml +++ b/tasks/gitea.yml @@ -17,6 +17,7 @@ published_ports: - "2222:22" env: + TZ: "{{ TZ }}" USER_UID: "1000" USER_GID: "1000" labels: