mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-12-06 13:53:34 +00:00
A Linux DayZ server in a Docker container
Add the dayzserver from upstream, but a modified version that doesn't do all the tmux stuff. |
||
|---|---|---|
| .gitignore | ||
| dayzserver | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| server.sh | ||
| serverDZ.cfg | ||
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