From 860e146bf00b156eec1cf6589efada2ad65cc660 Mon Sep 17 00:00:00 2001 From: eikek Date: Fri, 30 Jul 2021 16:45:38 +0200 Subject: [PATCH] Use latest dsc instead of nightly --- README.md | 3 ++- docker/docker-compose/docker-compose.yml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45fa9f89..633882c5 100644 --- a/README.md +++ b/README.md @@ -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 is the default user interface. An [Android 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 points. diff --git a/docker/docker-compose/docker-compose.yml b/docker/docker-compose/docker-compose.yml index 7e069111..221a06c3 100644 --- a/docker/docker-compose/docker-compose.yml +++ b/docker/docker-compose/docker-compose.yml @@ -30,11 +30,10 @@ services: - solr consumedir: - image: docspell/dsc:nightly + image: docspell/dsc:latest container_name: docspell-consumedir command: - dsc - - "-vv" - "-d" - "http://docspell-restserver:7880" - "watch"