Simple, modern & fast web-based email client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Andy 018b263b88
update jnlp-slave
7 years ago
Dockerfile update repo link 7 years ago
Jenkinsfile update jnlp-slave 7 years ago
LICENSE Initial commit 8 years ago
Makefile add a CI part 7 years ago
README.md first commit 8 years ago
docker-compose.yml first commit 8 years ago
nginx.conf updates 7 years ago
php-fpm.conf updates 7 years ago
rainloop.conf updates 7 years ago

README.md

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.