Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 268 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 268 Bytes

Run

docker run \
    -p 25:25 \
    -p 80:80 \
    -p 443:443 \
    mailway/mailway

Persist the configuration on the host

docker run \
    -p 25:25 \
    -p 80:80 \
    -p 443:443 \
    -v /etc/mailway:/etc/mailway \
    mailway/mailway