hardware / afterlogic-webmail-lite

AfterLogic Webmail Lite docker image

Home Page:https://hub.docker.com/r/hardware/afterlogic-webmail-lite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hardware/afterlogic-webmail-lite

What is this ?

AfterLogic Webmail Lite is a fast, easy-to-use and open-source webmail front-end for your existing IMAP mail server. More details on the official website.

Features

  • Lightweight & secure image (no root process)
  • Based on Alpine
  • Latest AfterLogic Webmail Lite version (8)
  • With Nginx and PHP7

Build-time variables

  • VERSION : version of AfterLogic Webmail Lite

Ports

  • 8888

Environment variables

Variable Description Type Default value
UID AfterLogic Webmail Lite user id optional 991
GID AfterLogic Webmail Lite group id optional 991
UPLOAD_MAX_SIZE Attachment size limit optional 25M
LOG_TO_STDOUT Enable nginx and php error logs to stdout optional false
MEMORY_LIMIT PHP memory limit optional 128M

Volume

  • /afterlogic-webmail-lite/data : data folder

Docker-compose.yml

# Full example :
# https://github.com/hardware/mailserver/blob/master/docker-compose.sample.yml

afterlogic-webmail-lite:
  image: hardware/afterlogic-webmail-lite
  container_name: afterlogic-webmail-lite
  volumes:
    - /mnt/docker/afterlogic-webmail-lite:/afterlogic-webmail-lite/data
  depends_on:
    - mailserver
    - mariadb

Installation

https://github.com/hardware/mailserver/wiki/AfterLogic-Webmail-Lite-initial-configuration

About

AfterLogic Webmail Lite docker image

https://hub.docker.com/r/hardware/afterlogic-webmail-lite/


Languages

Language:Dockerfile 61.9%Language:Shell 38.1%