mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +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
|
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
|
```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:
|
Build the Docker image and bring the container up in the background:
|
||||||
|
|
Loading…
Add table
Reference in a new issue