Update faq.md

changed DMS update instructions to correct 'docker-compose' from incorrect 'docker compose' syntax.
This commit is contained in:
woeisme 2023-12-28 00:58:26 +01:00 committed by GitHub
parent 72517d3f82
commit 99a4928c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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`.