Skip to content

Commit 05525ca

Browse files
authored
Merge pull request #6 from solidnerd/update_to_1.10.4.181
update to 1.10.4.181
2 parents d94356b + 75c2a77 commit 05525ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.4
22
MAINTAINER Niclas Mietz niclas@mietz.io
33

4-
ENV RAINLOOP_VERSION 1.10.4.180
4+
ENV RAINLOOP_VERSION 1.10.4.181
55
ENV RAINLOOP_BUILD /etc/rainloop
66
ENV RAINLOOP_HOME /var/www/rainloop
77
ENV RAINLOOP_EDITION rainloop-community-latest.zip

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A minimalistic docker version of [Rainloop Community Edition](http://www.rainloo
1010
To Start the container use the following command.
1111

1212
```
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
1414
```
1515

1616
**or**
@@ -24,7 +24,7 @@ use [docker-compose](https://github.com/docker/compose) .
2424
## Save the Rainloop data persistent
2525
If 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.180
27+
docker run -d -p "80:80" -v $(pwd)/data:/var/www/rainloop/data solidnerd/rainloop:1.10.4.181
2828
```
2929

3030
## Rainloop Specifica

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.4.180
1+
1.10.4.181

0 commit comments

Comments
 (0)