mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00

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.
15 lines
No EOL
276 B
Markdown
15 lines
No EOL
276 B
Markdown
# 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
|
|
``` |