Valheim Server Dockerized
Based on https://linuxgsm.com/lgsm/vhserver/
How to run
- Edit
./common.cfg
and adjust to your liking - Build new Valheim server image by running
make build
- Copy your world files into
./vhserver/.config/unity3d/IronGate/Valheim/worlds/
(if needed) - Run image using
make run
(you can also run it in interactive mode by usingmake test
)