mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 09:34:33 +02:00
docs: update docs that cite compose files (#3234)
This commit is contained in:
parent
2b7cab28f7
commit
fedc3b3ee0
6 changed files with 37 additions and 87 deletions
|
@ -58,13 +58,11 @@ While indexing is memory intensive, you can configure the plugin to limit the am
|
|||
2. Update `docker-compose.yml` to load the previously created dovecot plugin config file:
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
mailserver:
|
||||
image: ghcr.io/docker-mailserver/docker-mailserver:latest
|
||||
container_name: mailserver
|
||||
hostname: mail
|
||||
domainname: example.com
|
||||
hostname: mail.example.com
|
||||
env_file: mailserver.env
|
||||
ports:
|
||||
- "25:25" # SMTP (explicit TLS => STARTTLS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue