mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
A Linux DayZ server in a Docker container
![]() Make all bash changes to the dayzserver script instead of creating a wrapper. Handle the server config and Battle Eye string substitution. Add the default.cfg from upstream and handle it locally. |
||
---|---|---|
files | ||
.dockerignore | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
README.md |
DayZDockerServer
A Linux DayZ server in a Docker container.
Edit docker-compose.yml and set the server name:
- SERVERNAME=DayZ on Linux
Build the container, run it, tail the logs:
docker-compose build
docker-compose up -d
docker-compose logs -f dayzserver