From fdfa4744aad6dd552c103dd349031b46a2b72ec0 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Tue, 25 Jul 2023 15:06:50 -0700 Subject: [PATCH] Fix docs. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db054ae..3303d74 100644 --- a/README.md +++ b/README.md @@ -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 cd dayzdockerserver git checkout release-server -# Edit the config file and set the server name. It's the first line of the file. -nano files/serverDZ.cfg +# 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 /profiles/serverDZ.cfg # Build the docker images docker compose up -d --build # Go into the web container, login, and install the server files