Added quotes in docker compose for timezone

This commit is contained in:
Carlos M. Martinez
2024-01-25 20:27:05 -05:00
parent 073932c018
commit e9e6c29b89

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"