Really REALLY fix docs.

This commit is contained in:
Daniel Ceregatti 2023-07-25 15:10:08 -07:00
parent f2d54925c2
commit 894e734587

View file

@ -12,7 +12,7 @@ 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
# Copy the config file to /profiles and set the server name. It's the first line of the file. # Set the server name in the config file. It's the first line of the file.
nano files/serverDZ.cfg nano files/serverDZ.cfg
# Build the docker images # Build the docker images
docker compose up -d --build docker compose up -d --build