fix oci-registry-ui #55

Merged
mg merged 2 commits from ui2 into master 2024-05-07 01:18:02 +02:00
Showing only changes of commit b3488eab53 - Show all commits

View file

@ -84,7 +84,7 @@ services:
- traefik
- intern
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost"]
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1"]
interval: 30s
timeout: 10s
retries: 3