Skip to content

Commit

Permalink
Update README for version 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
liske committed Oct 24, 2019
1 parent 23df322 commit 6999e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ version: '3'

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

0 comments on commit 6999e8d

Please sign in to comment.