A minimalistic docker version of Rainloop Community Edition
Version: 1.10.5.192
To Start the container use the following command.
docker run -d -p "80:80" solidnerd/rainloop:1.10.5.192
or
docker-compose up
use docker-compose .
If you want the Rainloop data persistent than use the exposed Volume with a command like this:
docker run -d -p "80:80" -v $(pwd)/data:/var/www/rainloop/data solidnerd/rainloop:1.10.5.192
This container supports all Database PHP extensions for the contacts:
- MySQL
- PostgreSQL
- SQLite
The MIT License (MIT)
Copyright (c) 2016 Niclas Mietz