dayzdockerserver/README.md
Daniel Ceregatti 8eed898bd4 First working prototype. It "works", but it still segs, which is the problem I was hoping to fix. Bummer.
Add the dayzserver from upstream, but a modified version that doesn't do all the tmux stuff.
2022-03-25 18:54:25 -07:00

19 lines
No EOL
395 B
Markdown

# DayZDockerServer
A Linux DayZ server in a Docker container.
Edit docker-compose.yml and set the variables:
```
- STEAMLOGIN=yourSteamLogin
- SERVERNAME="DayZ on Linux for Linux"
```
The steam login is necessary as the server files require ownership
of the game.
Build the container, run it, tail the logs:
```
docker-compose build
docker-compose up -d
docker-compose logs -f dayzserver
```