mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 14:51:17 +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
|
# Switch to the server container and start the server
|
||||||
exit
|
exit
|
||||||
docker compose exec server bash
|
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.
|
# 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
|
dz start
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue