Valheim Game Server
Valheim is "a brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture. Battle, build, and conquer your way to a saga worthy of Odin’s patronage!"
Docker-Compose.yml
---
version: '2'
services:
valheim:
image: lloesche/valheim-server
container_name: valheim
restart: always
environment:
- SERVER_NAME=
- WORLD_NAME=
- SERVER_PASS=
- SERVER_PUBLIC=0
- DNS_1=1.1.1.1
- DNS_2=1.0.0.1
volumes:
- /srv/dev-disk-by-label-Files/Config/Valheim/valheim-server-config:/config
ports:
- 2456-2458:2456-2458/udp