mbround18 / valheim-docker

Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.
https://hub.docker.com/r/mbround18/valheim
BSD 3-Clause "New" or "Revised" License
763 stars 81 forks source link

How to run (Ashlands) beta version? #838

Closed Flash1232 closed 5 months ago

Flash1232 commented 5 months ago

I would have assumed that we could just add "-beta yesimadebackups" as ADDITIONAL_STEAMCMD_ARGS but it seems the README is outdated and that env var does not exist anymore (/for now?): https://github.com/mbround18/valheim-docker/blob/79348e1c092ac0680c6d2dc88d5ec444cca7a8d2/src/odin/server/install.rs#L71

Or am I missing something?

mbround18 commented 5 months ago

@Flash1232 USE_PUBLIC_BETA=1 or add them to additional vars

https://github.com/mbround18/valheim-docker/blob/main/src/odin/server/install.rs#L23-L35