Giter Site home page Giter Site logo

mrleecha / docker-webmail-lite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from afterlogic/docker-webmail-lite

0.0 0.0 0.0 29 KB

Docker for Afterlogic WebMail Lite

License: GNU Affero General Public License v3.0

PHP 10.10% Shell 63.59% Dockerfile 26.31%

docker-webmail-lite's Introduction

afterlogic/docker-webmail-lite

No need to define volumes in Dockerfile.

Out-of-the-box Afterlogic WebMail Lite image

Includes Apache, MySQL and PHP setup based on fauria/docker-lamp package. Contains improvements offered for Aurora Files

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 installation URL and /adminpanel path.

Default credentials are superadmin login and empty password.

Overriding configuration

To override WebMail Lite configuration, put config files with overrides into data/settings/ or data/settings/modules/. The file names must be the same as the ones you want to override.

Licensing Terms & Conditions

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

docker-webmail-lite's People

Contributors

afterlogic-support avatar clarity99 avatar mrleecha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.