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.
Content type
Image
Digest
Size
362 MB
Last updated
almost 8 years ago
docker pull willwill/haraka