vinanrra / Docker-Satisfactory

Satisfactory server using LinuxGSM script in Docker
43 stars 7 forks source link

How to force a server update? #17

Closed damccull closed 2 years ago

damccull commented 2 years ago

Pulling a new docker image doesn't install the new server. How do I update the satisfactory server?

vinanrra commented 2 years ago

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 2 years ago

Oh...great! Thank you!