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
7d8c9f10bd
commit
ba0c738723
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ cd dayzdockerserver
|
|||
git checkout simple
|
||||
```
|
||||
|
||||
Create a `.env` file that contains your user id. The output of `id` has it:
|
||||
Create a `.env` file that contains your user id. The output of `id -u` has it:
|
||||
|
||||
```shell
|
||||
echo "export USER_ID=$(id)" | tee .env
|
||||
echo "export USER_ID=$(id -u)" | tee .env
|
||||
```
|
||||
|
||||
Build the Docker image and bring the container up in the background:
|
||||
|
|
Loading…
Add table
Reference in a new issue