Merge pull request #1370 from J-Brill/master

Fixed typo
This commit is contained in:
eikek 2022-02-13 21:20:23 +01:00 committed by GitHub
commit a19ffd6573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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