Sign inSign up

tsxcloud/valheim-arm

By tsxcloud

Updated 11 months ago

Valheim with mods support for ARM64 and AMD64

Image
Internet of things
1

4.6K

tsxcloud/valheim-arm repository overview

Base information

The goal of this build is to enable running Valheim with mods, on both arm64 and amd64 platforms. Additional information can be found here:
https://github.com/tsx-cloud/valheim-arm

Tags

Emulation via Box64 + Wine builds by Kron4ek + Valheim Windows server (Recommended):

  • latest, arm64

Emulation via FEX-Emu + Valheim Linux server

  • arm64-fex

AMD64 build:

  • latest,amd64

docker-compose.yml

services:
  valheim_server:
    image: tsxcloud/valheim-arm:latest
    restart: unless-stopped
    stop_grace_period: 40s
    ports:
      - "2456:2456/udp"
      - "2457:2457/udp"
      - "2458:2458/udp"
    environment:
      - SERVER_NAME=Valheim_Server
      - SERVER_WORLD=tsx_world
      - SERVER_PASSWORD=123456780
      - ENABLE_PLUGINS=false
      - ENABLE_CROSSPLAY=false
    volumes:
      # Bind mount, to access the files directly on the host
      - ./valheim/server/:/root/valheim-server
      - ./valheim/persistentdata/:/root/.config/unity3d/IronGate/Valheim
    #This is required for ntsync to work inside Docker.
    #If ntsync support is not enabled in your Linux kernel, comment out this section, otherwise Docker Compose won't start.
#    devices:
#      - /dev/ntsync:/dev/ntsync

Tag summary

Content type

Image

Digest

sha256:b84fa9dae

Size

1.4 GB

Last updated

11 months ago

docker pull tsxcloud/valheim-arm