Simple, modern & fast web-based email client.
Go to file
Andrey Arapov f6232364e3
All checks were successful
the build was successful
use Drone CI
2018-02-12 00:34:45 +01:00
k8s use Drone CI 2018-02-12 00:34:45 +01:00
.drone.sh use Drone CI 2018-02-12 00:34:45 +01:00
.drone.yml use Drone CI 2018-02-12 00:34:45 +01:00
docker-compose.yml first commit 2016-04-19 21:14:31 +02:00
Dockerfile fix wget progress bar 2018-02-11 21:29:11 +01:00
DRONE.md use Drone CI 2018-02-12 00:34:45 +01:00
Jenkinsfile update jnlp-slave 2017-09-19 21:30:11 +02:00
LICENSE Initial commit 2016-04-19 20:33:13 +02:00
Makefile bump rainloop to v1.11.3 2017-12-13 00:19:57 +01:00
nginx.conf updates 2017-06-27 23:14:09 +02:00
php-fpm.conf updates 2017-06-27 23:14:09 +02:00
rainloop.conf updates 2017-06-27 23:14:09 +02:00
README.md first commit 2016-04-19 21:14:31 +02:00

RainLoop webmail client

RainLoop is a Simple, modern & fast web-based email client.

Run the container

There are two ways of running the container, it could be either using the Docker Compose or a classic docker command.

Docker Compose way

docker-compose up webmail

Classic way

docker run -d --name webmail -p 80:8080/tcp -v rainloop_data:/opt/rainloop/data andrey01/rainloop

Accessing the container

First, access the RainLoop admin page in order to set the admin password, your domains and configure the rest.

The default user is admin and a password is 12345

RainLoop admin page

http://hostip/?admin

Stopping the container

Docker Compose way

docker-compose stop webmail

Classic way

docker stop webmail

Building the image

If you wish, you can build the image by yourself.

docker build -t andrey01/rainloop .

Additional notes

The persistent data will be kept in the rainloop_data Docker's volume. So before you delete it, keep in mind that you may want to back it up at the first.