wolveix / satisfactory-server

A Dockerized version of the Satisfactory dedicated server
https://hub.docker.com/r/wolveix/satisfactory-server
MIT License
1.1k stars 130 forks source link

Game client updated to 367101. Docker server version still at 366202 #325

Closed JigglesTheFett closed 5 hours ago

JigglesTheFett commented 5 hours ago

Pretty straightforward, game updated, can't connect to server anymore. Assuming the container needs to be updated with the newest server version. image

myrcutio commented 5 hours ago

the game files aren't stored in the container, they're in a volume mount. you should be able to recreate the container and the server should automatically update. I just restarted my k8s pod and it picked up the latest.

JigglesTheFett commented 5 hours ago

Well then, don't I feel dumb! Thank you.