Sign inSign up

darthrax/afterlogic-webmail-lite

By darthrax

Updated over 5 years ago

Image
0

240

darthrax/afterlogic-webmail-lite repository overview

afterlogic/docker-webmail-lite

Out-of-the-box Afterlogic WebMail Lite image

Includes Apache, MySQL and PHP setup based on fauria/docker-lamp package

Creating the image

docker build -t afterlogic/docker-webmail-lite .

Running docker image

Start your image binding the external port 80:

docker run -d -p 80:80 afterlogic/docker-webmail-lite

and access the container via web browser at http://localhost/

Alternately, you can use any other port available, e.g. 800:

docker run -d -p 800:80 afterlogic/docker-webmail-lite

and access the installation at http://localhost:800/

Accessing admin interface

To configure WebMail Lite installation, log into admin interface using main WebMail URL.

Default credentials are superadmin login and empty password.

Licensing Terms & Conditions

Content of this repository is available in terms of AGPLv3 license (see LICENSE file)

Tag summary

Content type

Image

Digest

Size

202.5 MB

Last updated

over 5 years ago

docker pull darthrax/afterlogic-webmail-lite