mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-06-23 20:41:18 +00:00
Update docs.
This commit is contained in:
parent
069303ae05
commit
52f96f7384
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,8 @@ The main goal is to provide a turnkey DayZ server with mod support that can be s
|
|||
|
||||
## TL;DR for setting up a release DayZ server with the "1.21 stable release":
|
||||
|
||||
Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](https://docs.docker.com/compose/install/) are properly installed. This means setting it up so it runs as your user. Make sure you're running these commands as your user, in your home directory.
|
||||
|
||||
```shell
|
||||
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
||||
cd dayzdockerserver
|
||||
|
@ -48,8 +50,6 @@ These volumes can get quite large. The `serverfiles` one will require at least 2
|
|||
|
||||
## Configure and Build
|
||||
|
||||
Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](https://docs.docker.com/compose/install/) are properly installed. This means setting it up so it runs as your user. Make sure you're running these commands as your user, in your home directory.
|
||||
|
||||
Clone the repo, and change into the newly created directory:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue