A Linux DayZ server in a Docker container
Find a file
2022-03-25 23:52:06 -07:00
files Make configuration changes come from changes to the files rather than setting environment variables. 2022-03-25 23:52:06 -07:00
.dockerignore Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00
.gitignore Add .gitignore. 2022-03-25 16:25:55 -07:00
docker-compose.yml Make configuration changes come from changes to the files rather than setting environment variables. 2022-03-25 23:52:06 -07:00
Dockerfile Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00
LICENSE Initial commit 2022-03-25 23:24:01 +00:00
README.md Make configuration changes come from changes to the files rather than setting environment variables. 2022-03-25 23:52:06 -07:00

DayZDockerServer

A Linux DayZ server in a Docker container. Uses a modified version of https://github.com/thelastnoc/dayz-sa_linuxserver

Setup

Edit files/serverDZ.cfg and set the server name:

hostname = "Something other than Server Name";   // Server name

Optionally edit files/beserver_x64.cfg and set the rcon password:

RConPassword h4CKm3

Running

Build the container, run it, tail the logs:

docker-compose build
docker-compose up -d
docker-compose logs -f dayzserver