Docker for Afterlogic WebMail Pro
10K+
Afterlogic WebMail Pro image for Docker using Nginx, PHP-FPM 8.3, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package.
git clone https://github.com/afterlogic/docker-webmail-pro .
docker compose up
curl https://raw.githubusercontent.com/afterlogic/docker-webmail-pro/master/docker-hub-compose.yml --output docker-compose.yml
docker compose up
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 Pro 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
To configure WebMail Pro 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.
Content of this repository is available in terms of The MIT License (see LICENSE.txt file)
Content type
Image
Digest
sha256:a8f3d8610…
Size
173.2 MB
Last updated
11 months ago
docker pull afterlogic/docker-webmail-pro