Rainloop web mail as an alternative to Roundcube and Sogo web mail in OpenEMAIL.
543
This container provides Rainloop web mail as an alternative to Roundcube and Sogo web mail in OpenEMAIL. This container is based on hardware/rainloop.
To use this container in OpenEMAIL add the following codes to docker-conmpose.yml in your OpenEMAIL installation.
rainloop-openemail:
image: hardware/rainloop
container_name: rainloop
links:
- mysql:mysql
environment:
- TZ=${TZ}
- UPLOAD_MAX_SIZE=25M
- LOG_TO_STDOUT=true
- MEMORY_LIMIT=128M
volumes:
- ./data/rainloop:/rainloop/data
depends_on:
- mysql
dns:
- ${IPV4_NETWORK:-172.22.1}.254
networks:
openemail-network:
aliases:
- rainloop
Content type
Image
Digest
Size
16.3 MB
Last updated
almost 7 years ago
docker pull openemail/rainloop