Typo fixed

This commit is contained in:
Casper 2021-03-02 21:49:55 +01:00 committed by GitHub
parent 55daef4820
commit df54750d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ chmod a+x ./setup.sh
If you'd like to use SELinux, add `-Z` to the variable `SELINUX_LABEL` in `.env`. If you want the volume bind mount to be shared among other containers switch `-Z` to `-z`
``` BASH
docker-compose up -d mail
docker-compose up -d mailserver
# without SELinux
./setup.sh email add <user@domain> [<password>]