From 6846ee20e233ac88fb0e41f0bcde387730e3c5a9 Mon Sep 17 00:00:00 2001 From: blacksmith-welder Date: Thu, 29 Aug 2024 21:25:24 +0300 Subject: [PATCH] Update healthcheck --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5a414824..60d6f1cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: DB_PASS: as123 SOLR_URL: http://solr:8983/solr/archivesspace healthcheck: - test: "curl --fail http://localhost:8080 || exit 1" + test: curl --fail http://localhost:8080 || exit 1 interval: 15s timeout: 20s retries: 50