LomotHo / minecraft-bedrock

a bedrock minecraft PE Server on docker (MCPE) 1M pulls🎉!
Apache License 2.0
134 stars 21 forks source link

Unable to set timezone of the container #40

Closed ddribin closed 1 month ago

ddribin commented 1 month ago

Usually, it is possible to set the timezone of the container using the TZ environment variable. But it does not work. This mainly affects logs viewed with docker logs <container>.

ddribin commented 1 month ago

Turns out the container must install the tzdata package for TZ to work.