1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-26 00:59:32 +02:00

Merge pull request #181 from Chris54721/patch-1

Merge "volumes" option in docker-compose.yml
This commit is contained in:
Thomas VIAL 2016-05-08 19:38:01 +02:00
commit 2465bf6a7f
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -6,14 +6,13 @@ services:
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/
environment:
- ENABLE_FAIL2BAN=1