mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Updated docs.
This commit is contained in:
parent
f6153d02b5
commit
215c81f437
1 changed files with 4 additions and 2 deletions
|
@ -80,10 +80,12 @@ on the next server startup:
|
||||||
docker-compose run --rm main rm serverfiles/battleye/baserver_x64_active*
|
docker-compose run --rm main rm serverfiles/battleye/baserver_x64_active*
|
||||||
```
|
```
|
||||||
### Update the DayZ server files
|
### Update the DayZ server files
|
||||||
It's probably not a good idea to update the server files while it's running. Make sure it's down first, then run the
|
It's probably not a good idea to update the server files while it's running. Make sure it's down first:
|
||||||
command:
|
|
||||||
```
|
```
|
||||||
docker-compose down
|
docker-compose down
|
||||||
|
```
|
||||||
|
Then run the command:
|
||||||
|
```
|
||||||
docker-compose run --rm main dayzserver update
|
docker-compose run --rm main dayzserver update
|
||||||
```
|
```
|
||||||
Don't forget to [bring it back up](#run).
|
Don't forget to [bring it back up](#run).
|
||||||
|
|
Loading…
Add table
Reference in a new issue