Skip to content

Commit

Permalink
fix: Registry healthcheck cannot handle authorization (close #233) [s…
Browse files Browse the repository at this point in the history
…kip ci]
  • Loading branch information
Christophe Nouguier committed Mar 15, 2021
1 parent b6a0884 commit d5762aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
published: 5000
protocol: tcp
healthcheck:
test: ["CMD", "wget", "-q", "--tries=1", "--spider", "http://localhost:5000/v2"]
test: ["CMD", "wget", "-q", "--tries=1", "--spider", "http://localhost:5000"]
interval: 30s
timeout: 5s
retries: 3
Expand Down

0 comments on commit d5762aa

Please sign in to comment.