Valheim with mods support for ARM64 and AMD64
4.6K
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
Emulation via Box64 + Wine builds by Kron4ek + Valheim Windows server (Recommended):
latest, arm64Emulation via FEX-Emu + Valheim Linux server
arm64-fexAMD64 build:
latest,amd64services:
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
Content type
Image
Digest
sha256:b84fa9dae…
Size
1.4 GB
Last updated
11 months ago
docker pull tsxcloud/valheim-arm