Skip to content

Commit

Permalink
Release version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
liske committed Oct 6, 2019
1 parent 0db67a6 commit c9ec4d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ access the [Wekan REST API](https://wekan.github.io/api/v3.00/).
- labels
- members
- received, start, due, end times (with dynamic calculation)
- checklists

## Configuration

Expand Down Expand Up @@ -143,7 +144,7 @@ version: '3'

services:
scheduler:
image: liske/wekan-scheduler:0.4
image: liske/wekan-scheduler:0.5
restart: always
volumes:
- ./settings:/app/wekan-scheduler/settings:ro
Expand All @@ -156,7 +157,7 @@ existing `docker-compose.yml`:
```yaml
# ...
scheduler:
image: liske/wekan-scheduler:0.4
image: liske/wekan-scheduler:0.5
restart: always
volumes:
- ./scheduler/settings:/app/wekan-scheduler/settings:ro
Expand Down

0 comments on commit c9ec4d0

Please sign in to comment.