mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
15 lines
No EOL
286 B
Markdown
15 lines
No EOL
286 B
Markdown
# 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
|
|
``` |