Skip to content

Instantly share code, notes, and snippets.

@benbristow
Created August 19, 2016 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benbristow/64f81e6d6b50becc8510faed6427fad1 to your computer and use it in GitHub Desktop.
Save benbristow/64f81e6d6b50becc8510faed6427fad1 to your computer and use it in GitHub Desktop.
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