Simple, modern & fast web-based email client.
Go to file
2016-05-20 15:25:51 +02:00
docker-compose.yml first commit 2016-04-19 21:14:31 +02:00
Dockerfile add missing packages 2016-05-20 15:25:36 +02:00
LICENSE Initial commit 2016-04-19 20:33:13 +02:00
nginx.conf hide nginx version 2016-04-20 19:22:45 +02:00
rainloop.conf increase max upload file to 100M in nginx 2016-05-20 15:25:51 +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.