mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fixed typo
The missing dash resulted in solr sending a DNS query each minute that returned NxDomain. In my case they looked like this: "f.base.domain" with base.domain being the base domain set for local DNS.
This commit is contained in:
@ -110,7 +110,7 @@ services:
|
|||||||
- solr-precreate
|
- solr-precreate
|
||||||
- docspell
|
- docspell
|
||||||
healthcheck:
|
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
|
interval: 1m
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 2
|
retries: 2
|
||||||
|
Reference in New Issue
Block a user