From 0ddaef9d9486da82e1b322539078e00709a5023c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 13 May 2022 01:45:56 -0400 Subject: [PATCH] Adding TZ Env to ChadBurn Captain file (#661) The captainfile didn't use `$$cap_tz` and without the `TZ` env varriable alpine stays in UTC. With this fix, the container will now have the proper timezone set. --- public/v4/apps/chadburn.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/v4/apps/chadburn.yml b/public/v4/apps/chadburn.yml index dce8068..a5a9b57 100644 --- a/public/v4/apps/chadburn.yml +++ b/public/v4/apps/chadburn.yml @@ -5,6 +5,8 @@ services: image: ghcr.io/premoweb/chadburn:$$cap_version volumes: - /var/run/docker.sock:/var/run/docker.sock + environment: + TZ: '$$cap_tz' caproverExtra: notExposeAsWebApp: 'true' caproverOneClickApp: