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 d966b8e commit d4964d1
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: ["CMD", "curl", "-f", "http://localhost:8080"]
test: ["CMD", "curl", "-f", APPCONFIG_FRONTEND_PROXY_URL]
interval: 30s
timeout: 60s
retries: 50
Expand Down

0 comments on commit d4964d1

Please sign in to comment.