Setting server Timezone #347
-
I am having trouble setting the containers timezone. I have tried adding the ENV variable TZ with value America/Chicago and have tried mapping the host's /etc/locatime path to the containers /etc/localtime. Neither seem to work, it is still showing UTC time when I pull up a docker cli and run the 'date' cmd. I wouldn't care, but the server restart happens at 6pm local time every day, right in the middle of when I am playing after work and I was hoping to get that to happen at midnight localtime rather than midnight UTC. Thank you for the awesome container, it has been running great. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I did comb through the Dockerfile and noticed that the tzdata package was added to the image build, not sure what I am missing. |
Beta Was this translation helpful? Give feedback.
@russ-sentient the reason is that the timezone patch hasn't been pushed to any of the Docker images yet. There's an outstanding issue with Docker Hub, preventing me from pushing the fix there. In the meantime, I've just manually build and pushed
ghcr.io/wolveix/satisfactory-server:latest
which uses GitHub's package registry. If you pull that, it should work for you.