Created
August 19, 2016 12:43
-
-
Save benbristow/64f81e6d6b50becc8510faed6427fad1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mail: | |
image: "analogic/poste.io" | |
container_name: "mail" | |
ports: | |
- "25:25" | |
- "110:110" | |
- "143:143" | |
- "465:465" | |
- "587:587" | |
- "993:993" | |
- "995:995" | |
- "8025:80" | |
- "4443:443" | |
volumes: | |
- ./configs/Mail:/data | |
environment: | |
- HTTPS=OFF | |
- VIRTUAL_HOST=mail.benbristow.co.uk | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment