1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/tmail
2015-06-25 23:52:52 +08:00
..
Dockerfile update 2015-06-25 23:52:52 +08:00
README.md update 2015-06-25 20:34:33 +08:00

twistd-mail

docker-compose.yml

tmail:
  image: vimagick/tmail
  ports:
    - "25:25"
    - "110:110"
  volumes:
    - mail:/var/mail
  environment:
    - MAIL_NAME=domain.org
    - MAIL_PATH=/var/mail
    - MAIL_USER=user
    - MAIL_PASS=pass
  restart: always