Rainloop Webmail Docker container.
Go to file
Stanislav Nikitin 1bd9ecc5fe
Changed max_input_vars in php.ini to 100000 to avoid errors when using complex sieve scripts.
2019-12-23 00:44:52 +05:00
configs Changed max_input_vars in php.ini to 100000 to avoid errors when using complex sieve scripts. 2019-12-23 00:44:52 +05:00
.drone.yml Initial commit. 2019-12-22 22:58:44 +05:00
Dockerfile Initial commit. 2019-12-22 22:58:44 +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