From 215c81f437e1f98fa14809ff6eebc1e85ca5e4b2 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 22 Jul 2022 18:11:07 -0700 Subject: [PATCH] Updated docs. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e89d7f..7746052 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,12 @@ on the next server startup: docker-compose run --rm main rm serverfiles/battleye/baserver_x64_active* ``` ### Update the DayZ server files -It's probably not a good idea to update the server files while it's running. Make sure it's down first, then run the -command: +It's probably not a good idea to update the server files while it's running. Make sure it's down first: ``` docker-compose down +``` +Then run the command: +``` docker-compose run --rm main dayzserver update ``` Don't forget to [bring it back up](#run).