Skip to content

grmvoid/docker-postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick reference

Supported tags and respective Dockerfile links

How to usage this image

start a postfix instance

docker run --name some-postfix -d grmvoid/postfix:3.9.1

Example docker-compose.yml for postfix:

version: '3.1'

services:
    postfix:
        image: grmvoid/postfix:3.9.1
        restart: always
        ports:
            - "25:25/tcp"
            - "587:587/tcp"

LICENSE

View license information for the software contained in this image.