Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
/ docker-mailpile Public archive

A minimal Mailpile Docker image based on Alpine Linux.

Notifications You must be signed in to change notification settings

rroemhild/docker-mailpile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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'

About

A minimal Mailpile Docker image based on Alpine Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published