From 75a747a641d1268df63c50a5951956c3fd9fc015 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:02:20 +0100 Subject: [PATCH] Add TZ to examples in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80d7d2bbd..011f55415 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ services: - MULTITHREADING=true - RCON_ENABLED=true - RCON_PORT=25575 + - TZ=UTC - ADMIN_PASSWORD="adminPasswordHere" - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD! # Enable the environment variables below if you have COMMUNITY=true @@ -71,6 +72,7 @@ docker run -d \ -e MULTITHREADING=true \ -e RCON_ENABLED=true \ -e RCON_PORT=25575 \ + -e TZ=UTC \ -e ADMIN_PASSWORD="adminPasswordHere" \ -e COMMUNITY=false \ --restart unless-stopped \