mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-21 00:25:56 +02:00
Typo fixed
This commit is contained in:
parent
55daef4820
commit
df54750d02
1 changed files with 1 additions and 1 deletions
|
@ -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>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue