fix oci-registry-ui #55
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
- intern
|
- intern
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost"]
|
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
Loading…
Reference in a new issue