mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
mail:
|
|
# image: tvial/docker-mailserver
|
|
build: .
|
|
hostname: mail
|
|
domainname: my-domain.com
|
|
ports:
|
|
- "25:25"
|
|
- "143:143"
|
|
- "587:587"
|
|
- "993:993"
|
|
environment:
|
|
docker_mail_domain: "my-domain.com"
|
|
volumes:
|
|
- ./spamassassin:/tmp/spamassassin/:ro
|
|
- ./postfix:/tmp/postfix/:ro
|