mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-15 23:38:30 +02:00
Renamed to .dist
This commit is contained in:
parent
51775c8020
commit
63caae1e25
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
mail:
|
|
||||||
# image: tvial/docker-mailserver
|
|
||||||
build: .
|
|
||||||
hostname: mail
|
|
||||||
domainname: cloudmailer.nl
|
|
||||||
ports:
|
|
||||||
- "25:25"
|
|
||||||
- "143:143"
|
|
||||||
- "587:587"
|
|
||||||
- "993:993"
|
|
||||||
environment:
|
|
||||||
docker_mail_domain: "cloudmailer.nl"
|
|
||||||
# format is user@domain.tld|clear_password
|
|
||||||
docker_mail_users:
|
|
||||||
- "info@cloudmailer.nl|secret!"
|
|
||||||
- "bounce@cloudmailer.nl|secret!"
|
|
||||||
# format is user@domain.tld|list,of,aliases,comma,separated
|
|
||||||
docker_mail_aliases:
|
|
||||||
- "info@cloudmailer.nl|support"
|
|
Loading…
Add table
Add a link
Reference in a new issue