mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Update docs.
This commit is contained in:
parent
acc0fba604
commit
ea6079d037
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ Create a `.env` file that contains your user id. The output of `id -u` has it:
|
|||
echo "export USER_ID=$(id -u)" | tee .env
|
||||
```
|
||||
|
||||
Create the directory where the server files will be stored:
|
||||
|
||||
```shell
|
||||
mkdir dayz
|
||||
```
|
||||
|
||||
Build the Docker image and bring the container up in the background:
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Add table
Reference in a new issue