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
a142b9101f
commit
ec422a35d6
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -10,7 +10,7 @@ This branch is called `simple`, because that's the intent: To keep things simple
|
||||||
|
|
||||||
* A Debian slim image with `steamcmd` and enough utilities installed to run a DayZ server.
|
* A Debian slim image with `steamcmd` and enough utilities installed to run a DayZ server.
|
||||||
* All server and steamcmd files are persisted in the host user's home directory using a bind mount.
|
* All server and steamcmd files are persisted in the host user's home directory using a bind mount.
|
||||||
* Everything else is left to the user to run by hand using commands similar to the official documentation.
|
* Everything else is left to the user to run by hand using commands similar to the [official documentation](https://community.bistudio.com/wiki/DayZ:Hosting_a_Linux_Server).
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
|
@ -27,10 +27,10 @@ docker compose exec dayz bash
|
||||||
```docker
|
```docker
|
||||||
export STEAM_USERNAME='MySteamUserName'
|
export STEAM_USERNAME='MySteamUserName'
|
||||||
steamcmd +login "${STEAM_USERNAME}" +quit
|
steamcmd +login "${STEAM_USERNAME}" +quit
|
||||||
steamcmd +login "${STEAM_USERNAME}" +force_install_dir /home/user/dayz/serverfiles +app_update 223350 validate +quit
|
steamcmd +login "${STEAM_USERNAME}" +force_install_dir /home/user/serverfiles +app_update 223350 validate +quit
|
||||||
nano /home/user/dayz/serverfiles/serverDZ.cfg
|
nano /home/user/serverfiles/serverDZ.cfg
|
||||||
cd /home/user/dayz/serverfiles
|
cd /home/user/serverfiles
|
||||||
./DayZServer -config=serverDZ.cfg
|
./DayZServer -config=serverDZ.cfg -port=2302 -BEpath=battleye -profiles=profiles -dologs -adminlog -netlog -freezecheck
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configure and Build
|
## Configure and Build
|
||||||
|
|
Loading…
Add table
Reference in a new issue