mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
Fix instructions.
This commit is contained in:
parent
52f96f7384
commit
8b394a477c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ nano files/serverDZ.cfg
|
||||||
# Build the docker images
|
# Build the docker images
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
# Go into the web container, login, and install the server files
|
# Go into the web container, login, and install the server files
|
||||||
docker compose exec main bash
|
docker compose exec web bash
|
||||||
# Use a real login if you want to install mods. Otherwise, use the anonymous user. You'll be limited to the vanilla Chernarus and Livonia maps.
|
# Use a real login if you want to install mods. Otherwise, use the anonymous user. You'll be limited to the vanilla Chernarus and Livonia maps.
|
||||||
dz login
|
dz login
|
||||||
dz install
|
dz install
|
||||||
|
|
Loading…
Add table
Reference in a new issue