mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Use latest dsc instead of nightly
This commit is contained in:
parent
4470a3f68d
commit
860e146bf0
@ -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.
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user