From ee4bf509631e08f5b94ee11b2003d1b93f640357 Mon Sep 17 00:00:00 2001 From: imdingtalk Date: Wed, 25 Sep 2024 16:15:24 +0800 Subject: [PATCH] Update README.md fix #39 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" ```