diff --git a/docker/docker-compose/docker-compose.yml b/docker/docker-compose/docker-compose.yml index 0ff29d6c..9d55523b 100644 --- a/docker/docker-compose/docker-compose.yml +++ b/docker/docker-compose/docker-compose.yml @@ -110,7 +110,7 @@ services: - solr-precreate - docspell healthcheck: - test: ["CMD", "curl", "f", "http://localhost:8983/solr/docspell/admin/ping"] + test: ["CMD", "curl", "-f", "http://localhost:8983/solr/docspell/admin/ping"] interval: 1m timeout: 10s retries: 2