Sign inSign up

ajanvier/snappymail

By ajanvier

Updated almost 2 years ago

Snappymail webmail docker image

Image
0

10K+

ajanvier/snappymail repository overview

SnappyMail

Docker Image Size Docker Pulls Docker Latest Version

GitHub repo of this image : https://github.com/ajanvier/docker-snappymail
Snappymail GitHub repo : https://github.com/the-djmaze/snappymail

What is this ?

Snappymail is a simple, modern & fast web-based client. More details on the official website.

Features
  • Lightweight & secure image (no root process)
  • Based on Alpine
  • Latest Snappymail (stable)
  • Contacts (DB) : sqlite, mysql or pgsql (server not built-in)
  • With Nginx and PHP 8.2
Supported Docker Hub tags

The following tags are available :

  • latest is always the most recent released version
  • Major versions, such as 2
  • Specific minor versions, such as 2.17
  • Specific patch versions, such as 2.17.2. Note that, on rare occasion, there may be an intermediary "docker-only" release, such as 2.17.2-1

A complete list of tags is available at Docker Hub

Ports
  • 8888
Environment variables
VariableDescriptionTypeDefault value
UIDsnappymail user idoptional991
GIDsnappymail group idoptional991
UPLOAD_MAX_SIZEAttachment size limitoptional25M
LOG_TO_STDOUTEnable nginx, php and snappymail error logs to stdoutoptionalfalse
MEMORY_LIMITPHP memory limitoptional128M
Docker-compose.yml
# Full example :
# https://github.com/mailserver2/mailserver/blob/master/docker-compose.sample.yml

snappymail:
  image: ajanvier/snappymail
  container_name: snappymail
  volumes:
    - /mnt/docker/snappymail:/snappymail/data
  depends_on:
    - mailserver

Tag summary

Content type

Image

Digest

sha256:67ad258f9

Size

45.3 MB

Last updated

almost 2 years ago

docker pull ajanvier/snappymail