mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
doc: fix service name now mailserver
This commit is contained in:
parent
14344bd42a
commit
d21a185be0
|
@ -190,7 +190,7 @@ We are currently providing support for Linux. Windows is _not_ supported and is
|
||||||
``` BASH
|
``` BASH
|
||||||
docker-compose down
|
docker-compose down
|
||||||
docker pull docker.io/mailserver/docker-mailserver:<VERSION TAG>
|
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`.
|
You're done! And don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh -h`.
|
||||||
|
|
Loading…
Reference in a new issue