Use latest dsc instead of nightly

This commit is contained in:
eikek 2021-07-30 16:45:38 +02:00
parent 4470a3f68d
commit 860e146bf0
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,8 @@ fulltext search and has great e-mail integration. Everything is
accessible via a REST/HTTP api. A mobile friendly SPA web application accessible via a REST/HTTP api. A mobile friendly SPA web application
is the default user interface. An [Android is the default user interface. An [Android
app](https://github.com/docspell/android-client) exists for app](https://github.com/docspell/android-client) exists for
conveniently uploading files from your phone/tablet. The [feature conveniently uploading files from your phone/tablet and a
[cli](https://github.com/docspell/dsc). The [feature
overview](https://docspell.org/#feature-selection) lists some more overview](https://docspell.org/#feature-selection) lists some more
points. points.

View File

@ -30,11 +30,10 @@ services:
- solr - solr
consumedir: consumedir:
image: docspell/dsc:nightly image: docspell/dsc:latest
container_name: docspell-consumedir container_name: docspell-consumedir
command: command:
- dsc - dsc
- "-vv"
- "-d" - "-d"
- "http://docspell-restserver:7880" - "http://docspell-restserver:7880"
- "watch" - "watch"