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.
This commit is contained in:
Alexandre 2022-05-13 01:45:56 -04:00 committed by GitHub
parent 297bf1c96a
commit 0ddaef9d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ services:
image: ghcr.io/premoweb/chadburn:$$cap_version image: ghcr.io/premoweb/chadburn:$$cap_version
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment:
TZ: '$$cap_tz'
caproverExtra: caproverExtra:
notExposeAsWebApp: 'true' notExposeAsWebApp: 'true'
caproverOneClickApp: caproverOneClickApp: