File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.4
2
2
MAINTAINER Niclas Mietz niclas@mietz.io
3
3
4
- ENV RAINLOOP_VERSION 1.10.4.180
4
+ ENV RAINLOOP_VERSION 1.10.4.181
5
5
ENV RAINLOOP_BUILD /etc/rainloop
6
6
ENV RAINLOOP_HOME /var/www/rainloop
7
7
ENV 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
10
10
To Start the container use the following command.
11
11
12
12
```
13
- docker run -d -p "80:80" solidnerd/rainloop:1.10.4.180
13
+ docker run -d -p "80:80" solidnerd/rainloop:1.10.4.181
14
14
```
15
15
16
16
** or**
@@ -24,7 +24,7 @@ use [docker-compose](https://github.com/docker/compose) .
24
24
## Save the Rainloop data persistent
25
25
If you want the Rainloop data persistent than use the exposed Volume with a command like this:
26
26
```
27
- docker run -d -p "80:80" -v $(pwd)/data:/var/www/rainloop/data solidnerd/rainloop:1.10.4.180
27
+ docker run -d -p "80:80" -v $(pwd)/data:/var/www/rainloop/data solidnerd/rainloop:1.10.4.181
28
28
```
29
29
30
30
## Rainloop Specifica
Original file line number Diff line number Diff line change 1
- 1.10.4.180
1
+ 1.10.4.181
You can’t perform that action at this time.
0 commit comments