diff --git a/README.md b/README.md index 9836fe2..4a2a2f3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ insecure = true location = "registry-1.docker.io" [[registry.mirror]] -location = "https://xxxx.onrender.com" +location = "xxxx.xx.com" [[registry]] prefix = "k8s.gcr.io" @@ -68,7 +68,7 @@ insecure = true location = "k8s.gcr.io" [[registry.mirror]] -location = "https://xxxx.onrender.com" +location = "xxxx.xx.com" [[registry]] prefix = "gcr.io" @@ -76,7 +76,7 @@ insecure = true location = "gcr.io" [[registry.mirror]] -location = "https://xxxx.onrender.com" +location = "xxxx.xx.com" [[registry]] prefix = "ghcr.io" @@ -84,7 +84,7 @@ insecure = true location = "ghcr.io" [[registry.mirror]] -location = "https://xxxx.onrender.com" +location = "xxxx.xx.com" [[registry]] prefix = "quay.io" @@ -92,7 +92,7 @@ insecure = true location = "quay.io" [[registry.mirror]] -location = "https://xxxx.onrender.com" +location = "xxxx.xx.com" ```