Update healthcheck in registry's docker-compose.yml to use HTTPS
Some checks are pending
Some checks are pending
This commit is contained in:
parent
61f5ea7713
commit
069ae0fed8
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- registry_network
|
- registry_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:5000/v2/_catalog"]
|
test: ["CMD", "curl", "-k", "-f", "https://localhost:5000/v2/_catalog"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue