Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drdaeman/rainloop-docker
Docker packaging for RainLoop Webmail
https://github.com/drdaeman/rainloop-docker
docker rainloop
Last synced: 23 days ago
JSON representation
Docker packaging for RainLoop Webmail
- Host: GitHub
- URL: https://github.com/drdaeman/rainloop-docker
- Owner: drdaeman
- Created: 2020-02-03T01:53:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T02:20:22.000Z (almost 5 years ago)
- Last Synced: 2024-10-03T12:23:29.848Z (3 months ago)
- Topics: docker, rainloop
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RainLoop
========This is vanilla RainLoop Community Edition, packaged as Docker images.
Uses two containers, one for php-fpm and another for nginx.Build:
docker build -t rainloop .
Run locally:
docker-compose up