dayzdockerserver/README.md
Daniel Ceregatti b141d2b0da Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot.
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.
2022-03-25 23:17:55 -07:00

276 B

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