How to force a server update?
damccull opened this issue · 2 comments
damccull commented
Pulling a new docker image doesn't install the new server. How do I update the satisfactory server?
vinanrra commented
Change start_mode to 2 or 3, if you want automatically update the server each time you start the container use start_mode=3
It's on the readme, start mode section
damccull commented
Oh...great! Thank you!