mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
A Linux DayZ server in a Docker container
![]() Remove other packages that won't be used in docker. Add more reporting when the server crashes. WIP. |
||
---|---|---|
.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:
- SERVERNAME="DayZ on Linux for Linux"
Build the container, run it, tail the logs:
docker-compose build
docker-compose up -d
docker-compose logs -f dayzserver