mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 14:51:17 +00:00
Really fix docs.
This commit is contained in:
parent
fdfa4744aa
commit
f2d54925c2
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,7 @@ git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
||||||
cd dayzdockerserver
|
cd dayzdockerserver
|
||||||
git checkout release-server
|
git checkout release-server
|
||||||
# Copy the config file to /profiles 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.
|
||||||
cp files/serverDZ.cfg /profiles
|
nano files/serverDZ.cfg
|
||||||
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
|
||||||
|
@ -28,6 +27,8 @@ wget https://cdn.discordapp.com/attachments/491622000935305217/11192061277506151
|
||||||
chmod 755 DayZServer
|
chmod 755 DayZServer
|
||||||
# Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience.
|
# Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience.
|
||||||
cp /files/tmp/* .
|
cp /files/tmp/* .
|
||||||
|
# Copy the serverDZ.cfg file to where it's used at runtime
|
||||||
|
cp /files/serverDZ.cfg /profiles
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue