Sign inSign up

rroemhild/mailpile

By rroemhild

Updated almost 6 years ago
Archived

A minimal Mailpile Docker image based on Alpine Linux.

Image
15

1M+

rroemhild/mailpile repository overview

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

Docker-compose

version: '3'
services:
  mailpile:
    container_name: mailpile
    image: rroemhild/mailpile
    volumes:
      - '/some/local/path:/root/.local/share/Mailpile'
      - '/another/local/path:/root/.gnupg'
    ports:
      - '33411:33411'

Tag summary

Content type

Image

Digest

sha256:5b58d53b2

Size

52 MB

Last updated

almost 6 years ago

docker pull rroemhild/mailpile