Merge pull request #1783 from m-schmoock/fix/servicename

doc: fix service name now mailserver
This commit is contained in:
Georg Lauterbach 2021-01-31 18:25:56 +01:00 committed by GitHub
commit 12011d8905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ We are currently providing support for Linux. Windows is _not_ supported and is
``` BASH
docker-compose down
docker pull docker.io/mailserver/docker-mailserver:<VERSION TAG>
docker-compose up -d mail
docker-compose up -d mailserver
```
You're done! And don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh -h`.