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