Giter Site home page Giter Site logo

docker-webmail-lite's Introduction

afterlogic/docker-webmail-lite

Afterlogic WebMail Lite image for Docker using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package.

Getting the image

  • Option 1 - from GitHub - recommended:
git clone https://github.com/afterlogic/docker-webmail-lite .
docker compose up
  • Option 2 - from DockerHub:
curl https://raw.githubusercontent.com/afterlogic/docker-webmail-lite/master/docker-hub-compose.yml --output docker-compose.yml
docker compose up

Running Docker image

Whether you get the image from DockerHub directly, or build it from GitHub repository, docker compose up will run the image, starting Nginx, PHP and MySQL.

In case of GitHub repository, the latest version of WebMail Lite is downloaded from the website. DockerHub image is not guaranteed to contain the latest version of the product.

The installation will be available at http://localhost/ - if you wish to use another port instead of default 80, adjust docker-compose.yml file and edit the following section:

    ports:
      - "80:80"

Supplying "800:80" will make sure port 800 is used, and the installation will be available 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.

NB: Be sure to press "Create/Update Tables" button in "Database settings" screen of admin interface.

Licensing Terms & Conditions

Content of this repository is available in terms of The MIT License (see LICENSE.txt file)

docker-webmail-lite's People

Contributors

afterlogic-support avatar 0x556c79 avatar clarity99 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.