yeetzone / docker-dontstarvetogether

Dockerfile for building a Don't Starve Together dedicated server image.
https://go.yeet.zone/discord
MIT License
281 stars 51 forks source link

Solution for auto-updating mods #129

Open thasmo opened 6 years ago

thasmo commented 6 years ago

Installed mods (via MODS env variable) do not get automatically updated. To ensure a flawless user experience, those mods should be auto-updated. One solution would be to use the HEALTH feature of docker containers, the same way we use it for updating the game files.

ttimasdf commented 4 years ago

There is an auto update function here.

https://github.com/fairplay-zone/docker-dontstarvetogether/blob/a7e0767604fa509e92a3d2e055783ac11e47357c/build/static/bin/update.sh#L35-L37