Sign inSign up

xylphid/rainloop

By xylphid

Updated about 7 years ago

Simple, modern & fast web-based email client

Image
1

1.6K

xylphid/rainloop repository overview

Rainloop

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.

Supported tags

  • 1, 1.11, 1.11.3, latest

How to use this image

$ 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.

How to compose with thid image

version: "3"
services:
  rainloop:
    image: xylphid/rainloop:1.11.3
    port:
      - 80:80
    restart: always
Traefik configuration
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

Quick references

Image inheritance

This docker image inherits from richarvey/nginx-php-fpm:1.4.0 image.

Tag summary

Content type

Image

Digest

Size

105.4 MB

Last updated

about 7 years ago

docker pull xylphid/rainloop