Skip to content

Commit 822ea4b

Browse files
authored
Set TZ=Etc/UTC in Ghostfolio installation script when configuring environment variables (#8961)
1 parent cae6f1a commit 822ea4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/ghostfolio-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ JWT_SECRET_KEY=$JWT_SECRET_KEY
7878
NODE_ENV=production
7979
PORT=3333
8080
HOST=0.0.0.0
81+
TZ=Etc/UTC
8182
EOF
8283

8384
if [[ -n "${COINGECKO_DEMO_KEY:-}" ]]; then

0 commit comments

Comments
 (0)