From d746c9254e096ac897cf822895064c941e7cf065 Mon Sep 17 00:00:00 2001 From: Chris54721 Date: Sun, 8 May 2016 19:02:32 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d6d23b0a..3b314f12 100644 --- a/README.md +++ b/README.md @@ -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: