Skip to content

mailway-app/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published