1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 19:29:45 +02:00

Update README.md

This commit is contained in:
Chris54721 2016-05-08 19:02:32 +02:00
parent 4a6fab3fce
commit d746c9254e

@ -50,14 +50,13 @@ Adapt this file with your FQDN.
hostname: mail
domainname: domain.com
container_name: mail
volumes:
- maildata:/var/mail
ports:
- "25:25"
- "143:143"
- "587:587"
- "993:993"
volumes:
- maildata:/var/mail
- ./config/:/tmp/docker-mailserver/
volumes: