Skip to content

Commit

Permalink
Update healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Aug 29, 2024
1 parent bf19e44 commit 444dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 444dc9f

Please sign in to comment.