File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM alpine:3.4
22MAINTAINER Niclas Mietz niclas@mietz.io
33
4- ENV RAINLOOP_VERSION 1.10.4.181
4+ ENV RAINLOOP_VERSION 1.10.4.183
55ENV RAINLOOP_BUILD /etc/rainloop
66ENV RAINLOOP_HOME /var/www/rainloop
77ENV RAINLOOP_EDITION rainloop-community-latest.zip
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A minimalistic docker version of [Rainloop Community Edition](http://www.rainloo
1010To Start the container use the following command.
1111
1212```
13- docker run -d -p "80:80" solidnerd/rainloop:1.10.4.181
13+ docker run -d -p "80:80" solidnerd/rainloop:1.10.4.183
1414```
1515
1616** or**
@@ -24,7 +24,7 @@ use [docker-compose](https://github.com/docker/compose) .
2424## Save the Rainloop data persistent
2525If you want the Rainloop data persistent than use the exposed Volume with a command like this:
2626```
27- docker run -d -p "80:80" -v $(pwd)/data:/var/www/rainloop/data solidnerd/rainloop:1.10.4.181
27+ docker run -d -p "80:80" -v $(pwd)/data:/var/www/rainloop/data solidnerd/rainloop:1.10.4.183
2828```
2929
3030## Rainloop Specifica
Original file line number Diff line number Diff line change 1- 1.10.4.181
1+ 1.10.4.183
You can’t perform that action at this time.
0 commit comments