The Wayback Machine - https://web.archive.org/web/20201030014351/https://github.com/rroemhild/docker-mailpile
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Mailpile Docker image

A minimal Mailpile Docker image based on Alpine Linux.

Usage

docker run -d --name mailpile -p 33411:33411 rroemhild/mailpile

Bind volume /root/.local/share/Mailpile and /root/.gnupg for persistent storage:

docker run -d --name mailpile -p 33411:33411 -v /some/local/path:/root/.local/share/Mailpile -v /another/local/path:/root/.gnupg rroemhild/mailpile

About

A minimal Mailpile Docker image based on Alpine Linux.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.