mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-08 07:11:19 +00:00
Fix docs.
This commit is contained in:
parent
5e6c31aaf3
commit
fdfa4744aa
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](ht
|
||||||
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
||||||
cd dayzdockerserver
|
cd dayzdockerserver
|
||||||
git checkout release-server
|
git checkout release-server
|
||||||
# Edit the config file and set the server name. It's the first line of the file.
|
# Copy the config file to /profiles and set the server name. It's the first line of the file.
|
||||||
nano files/serverDZ.cfg
|
cp files/serverDZ.cfg /profiles
|
||||||
|
nano /profiles/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
|
||||||
|
|
Loading…
Add table
Reference in a new issue