Alpine based docker container to run the latest version of rainloop.
179
Installs the lastest rainloop community package and it's dependancies in a docker container and provides a docker-compose file to make it easy to run.
Clone Repo
Run
docker-compose up -d
Clone Repo
Run
docker build -t rainloop .
Run the following making sure to change the full path of the data dir to the data dir in this folder (or wherever you want to store your persistant data)
docker run -p 8000:80 -v /full/path/to/data:/var/www/rainloop/data rainloop
This project is covered under the MIT license. See the LICENSE file.
Content type
Image
Digest
Size
16.3 MB
Last updated
over 5 years ago
docker pull mrrsm/rainloop