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

Snappymail is a simple, modern & fast web-based client. More details on the official website.
The following tags are available :
latest is always the most recent released version22.172.17.2. Note that, on rare occasion, there may be an intermediary "docker-only" release, such as 2.17.2-1A complete list of tags is available at Docker Hub
| Variable | Description | Type | Default value |
|---|---|---|---|
| UID | snappymail user id | optional | 991 |
| GID | snappymail group id | optional | 991 |
| UPLOAD_MAX_SIZE | Attachment size limit | optional | 25M |
| LOG_TO_STDOUT | Enable nginx, php and snappymail error logs to stdout | optional | false |
| MEMORY_LIMIT | PHP memory limit | optional | 128M |
# 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
Content type
Image
Digest
sha256:67ad258f9…
Size
45.3 MB
Last updated
almost 2 years ago
docker pull ajanvier/snappymail