Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/earthquakesan/valheim-server-docker
https://github.com/earthquakesan/valheim-server-docker
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/earthquakesan/valheim-server-docker
- Owner: earthquakesan
- Created: 2021-02-17T13:13:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T18:45:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T13:04:49.919Z (3 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valheim Server Dockerized
Based on https://linuxgsm.com/lgsm/vhserver/
## How to run
1. Edit `./common.cfg` and adjust to your liking
2. Build new Valheim server image by running `make build`
3. Copy your world files into `./vhserver/.config/unity3d/IronGate/Valheim/worlds/` (if needed)
4. Run image using `make run` (you can also run it in interactive mode by using `make test`)