varmheim/README.md

36 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

# Varmheim
#### Valheim in Arm!
2021-10-13 17:12:46 -03:00
Experimental Docker file to run a Valheim server in aarch64
It was tested on ubuntu 20.04 aarch64 running in Oracle Cloud Always Free Tier
2021-09-19 14:07:43 -03:00
valheim.Dockerfile is based on the stardard repositories of box86 and box64.
2021-09-19 14:04:50 -03:00
## Compiled image:
You can find in the docker hub the image to run directly: https://hub.docker.com/repository/docker/nosklo/varmheim
2021-10-23 09:01:10 -03:00
## Requeriments:
Install oracle cloud always free tier VM.Standard.A1.Flex instance
Install docker and docker-composer
run it:
2021-09-19 14:04:50 -03:00
$ docker-compose up -d --no-build
you can use environment variables to change the defaults:
2022-03-01 18:03:44 -03:00
PUBLIC=0 # 0 private / 1 public
PORT=2456 # The port that you want valheim server to listen
NAME="Docker Valheim" # Your amazing name of your server.
WORLD=Docker # Your unique name of your world.
SAVEDIR=/vhsave # Where to save your data.
PASSWORD=nopassword
2021-09-19 14:04:50 -03:00
## Thanks to those projects for making it possible:
2022-03-01 18:03:44 -03:00
2021-09-19 14:04:50 -03:00
- [box86](https://github.com/ptitSeb/box86)
- [box64](https://github.com/ptitSeb/box64)
- [docker](docker.com)