Rainloop Webmail Docker container.
Go to file
Stanislav Nikitin 5da628da37
Update to 1.16.0.
2021-07-08 16:26:40 +05:00
configs Fix nginx configuration to not cache requests bodys. 2020-06-16 12:07:59 +05:00
.drone.yml Drone discord messages fix. 2020-06-20 21:12:31 +05:00
.gitlab-ci.yml Gitlab CI config update. 2020-11-20 19:00:21 +05:00
Dockerfile Update to 1.16.0. 2021-07-08 16:26:40 +05:00
README.md Added information about chmod when using directory binding. 2019-12-22 23:27:12 +05:00

README.md

Rainloop webmail Docker container

This repository contains Rainloop webmail Docker container build scripts and neccessary configuration files.

Persistent things

There are some things that should be preserved between container's restarts. Please, add new volume for /var/www/rainloop/data directory.

If you're binding directory except of creating volume please do proper chown:

chown -R 100:101 /dir/with/data