A Linux DayZ server in a Docker container
Find a file
2022-03-25 19:09:50 -07:00
.gitignore Add .gitignore. 2022-03-25 16:25:55 -07:00
dayzserver First working prototype. It "works", but it still segs, which is the problem I was hoping to fix. Bummer. 2022-03-25 18:54:25 -07:00
docker-compose.yml Lower the docker compose version, as the one on my server didn't like this one. 2022-03-25 19:09:50 -07:00
Dockerfile Use the correct Debian image. 2022-03-25 19:09:03 -07:00
LICENSE Initial commit 2022-03-25 23:24:01 +00:00
README.md Just use the anonymous steam user. 2022-03-25 19:06:02 -07:00
server.sh Just use the anonymous steam user. 2022-03-25 19:06:02 -07:00
serverDZ.cfg First working prototype. It "works", but it still segs, which is the problem I was hoping to fix. Bummer. 2022-03-25 18:54:25 -07:00

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