Valheim
Docker
Docker Compose
services:
valheim:
image: mbround18/valheim:latest
ports:
- 2456:2456/udp
- 2457:2457/udp
- 2458:2458/udp
env:
NAME: "Valheim Docker"
WORLD: "Dedicated"
PORT: "2456"
PASSWORD: "something-secret"
volumes:
- ./valheim:/home/steam/valheim
Odin
Odin relies on Rust. Please install Rust
Odin also assumes that you have SteamCMD already installed. Install instructions for SteamCMD.
Odin is designed to be cross-platform using Rust as its builder. If you have the proper build tools installed you should be able to run Odin on any system. Current Supported Architecture: Unix & Linux based systems. Windows coming soon.
Odin is a CLI tool utilized for installing, starting, and stopping Valheim servers
Installation
cargo install --git https://github.com/mbround18/valheim-docker
Usage
Install Valheim
odin install
Start Valheim
odin start
Stop Valheim
odin stop