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