Server will now update itself automatically when new updates are available
Manual Tests
[x] Docker image builds successfully, e.g. docker build .
[x] Docker image runs without crashing, e.g. docker run ...
[x] The server is joinable from a Valheim game client (verify this manually)
[x] Confirm the server shuts down gracefully. Start the server with a brand new world and then stop it. Confirm that the .db file is generated in the worlds directory.
Documentation
[x] Update the README.md to document any new changes, behaviors, or improvements from your PR.
[x] If you added new lines to the server start script, please add inline concise comments explaining what those lines do.
Description
Relevant issue: Automatic update for Valheim server.
This adds automatic update to the Valheim server! See this guide for full details: https://www.sethmachine.io/2021/05/21/automatic-update-for-valheim-server/
Changes in this PR:
Manual Tests
docker build .
docker run ...
.db
file is generated in the worlds directory.Documentation