From 99a4928c9b4fc3928fed7b89454808dd95e1dd08 Mon Sep 17 00:00:00 2001 From: woeisme <1057395+woeisme@users.noreply.github.com> Date: Thu, 28 Dec 2023 00:58:26 +0100 Subject: [PATCH] Update faq.md changed DMS update instructions to correct 'docker-compose' from incorrect 'docker compose' syntax. --- docs/content/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 4da64b60..5f7cc384 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -21,9 +21,9 @@ Mails are stored in `/var/mail/${domain}/${username}`. Since `v9.0.0` it is poss Then, run the following commands: ``` BASH -docker compose pull -docker compose down -docker compose up -d +docker-compose pull +docker-compose down +docker-compose up -d ``` You should see the new version number on startup, for example: `[ INF ] Welcome to docker-mailserver 11.3.1`. And you're done! Don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh help`.