Simple, modern & fast web-based email client
1.6K

Simple, modern & fast web-based email client
Modest system requirements, decent performance, simple installation and upgrade, no database required - all these make RainLoop Webmail a perfect choice for your email solution.
1, 1.11, 1.11.3, latest$ docker run --name rainloop -p 80:80 -d xylphid/rainloop:1.11.3
Then you can hit http://localhost or http://host-ip in your browser.
version: "3"
services:
rainloop:
image: xylphid/rainloop:1.11.3
port:
- 80:80
restart: always
version: "3"
services:
rainloop:
image: xylphid/rainloop:1.11.3
labels:
traefik.enable: "true"
traefik.backend: "Rainloop"
traefik.frontend.rule: "Host:rainloop.domain.ltd"
traefik.port: "80"
restart: always
This docker image inherits from richarvey/nginx-php-fpm:1.4.0 image.
Content type
Image
Digest
Size
105.4 MB
Last updated
about 7 years ago
docker pull xylphid/rainloop