mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Add mission files installation step.
This commit is contained in:
parent
e3f8414bfe
commit
5d1d2433c9
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ cp /files/tmp/* .
|
|||
# Switch to the server container and start the server
|
||||
exit
|
||||
docker compose exec server bash
|
||||
# Copy the upstream mpmissions files from the read-only mount point on the server.
|
||||
cp -a /mpmissions/dayzOffline.chernarusplus/ /serverfiles/mpmissions/
|
||||
# Start the server. This will run a vanilla Chernarus server. To run Livonia, simply change files/serverDZ.cfg to use the Livonia map in the section at the bottom of the file.
|
||||
dz start
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue