Sign inSign up

willwill/haraka

By willwill

Updated almost 8 years ago

Haraka SMTP Server

Image
0

392

willwill/haraka repository overview

Haraka

Example compose:

version: '2'
services:
  smtp:
    image: willwill/haraka
    restart: unless-stopped
    volumes:
      - haraka:/data
      - certs:/certs:ro,z
    ports:
      - "25:25"
      - "587:587"
volumes:
  haraka: {}
  certs:
    external: true

Note: certs is acme-docker's state volume.

Tag summary

Content type

Image

Digest

Size

362 MB

Last updated

almost 8 years ago

docker pull willwill/haraka