Sign inSign up

meuleman/valheim

By meuleman

Updated 8 months ago

valheim server

Image
0

377

meuleman/valheim repository overview

This container uses steamcmd to download a valheim server into the mounted /data volume. Once it has completed downloading it will copy a start script into it and run the valheim server.

To modify the valheim settings or install mods:

  1. kill the container
  2. modify the data in the (un)mounted volume/steamuser directory.
docker run -d --restart unless-stopped \
        --name valheim \
        --network host \
        -v `pwd`/data:/data \
                meuleman/valheim

Tag summary

Content type

Image

Digest

sha256:579ab2055

Size

93.3 MB

Last updated

8 months ago

docker pull meuleman/valheim