Removed quote around TZ as it broke the timezone

This commit is contained in:
Carlos M. Martinez
2024-01-26 00:21:09 -05:00
parent a64b771ad8
commit 7a0d65804e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ services:
- MULTITHREADING=true
- RCON_ENABLED=true
- RCON_PORT=25575
- TZ="UTC"
- 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!
- SERVER_NAME="World of Pals"

View File

@@ -11,7 +11,7 @@ data:
MULTITHREADING: "true"
RCON_ENABLED: "true"
RCON_PORT: "25575"
TZ: "UTC"
TZ: UTC
COMMUNITY: "false" # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
SERVER_NAME: "World of Pals"
---