From 069ae0fed891237a47df8d55b2ed373ecffaf9ab Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 28 Jun 2025 16:59:01 -0400 Subject: [PATCH] Update healthcheck in registry's docker-compose.yml to use HTTPS --- CI_CD_PIPELINE_SETUP_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI_CD_PIPELINE_SETUP_GUIDE.md b/CI_CD_PIPELINE_SETUP_GUIDE.md index bb1ce78..0c0fca1 100644 --- a/CI_CD_PIPELINE_SETUP_GUIDE.md +++ b/CI_CD_PIPELINE_SETUP_GUIDE.md @@ -557,7 +557,7 @@ services: networks: - registry_network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:5000/v2/_catalog"] + test: ["CMD", "curl", "-k", "-f", "https://localhost:5000/v2/_catalog"] interval: 30s timeout: 10s retries: 3