From 4b559677b7e27b7c10f0712c54aee9069ae70bc3 Mon Sep 17 00:00:00 2001 From: Guillaume Barreau Date: Thu, 25 Jan 2024 09:14:30 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Update=20DockerFile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6d64723..f5f5c83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ ENV PORT= \ RCON_ENABLED=true \ RCON_PORT=25575 \ QUERY_PORT=27015 \ + TZ=UTC \ BACKUP_ENABLED=true \ DAYS_TO_KEEP=7 \ BACKUP_CRON_EXPRESSION="0 0 * * *"