Docker Mailpile Save Abandoned

A minimal Mailpile Docker image based on Alpine Linux.

Project README

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'
Open Source Agenda is not affiliated with "Docker Mailpile" Project. README Source: rroemhild/docker-mailpile
Stars
26
Open Issues
4
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating