From a0fd419c790b8251f0aed092c15a04860b6f44e1 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 21 May 2021 11:49:27 -0500 Subject: [PATCH] Correct the timezone in the Minecraft container --- playbooks/game.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/game.yml b/playbooks/game.yml index d111bd8..88bfe2d 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -28,6 +28,7 @@ restart_policy: unless-stopped pull: yes env: + TZ: "America/Chicago" JRE_XMX: 5G JRE_XMS: 2G FORGE_PACK_ZIP: "https://srv.9iron.club/files/packs/1.16.5-valhelsia/server.zip"