From 49118f128b0d8a1a10881191e184b350a3b0f2e1 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 20 Jun 2024 08:43:35 +0800 Subject: [PATCH] websoft9 --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index c11737fc..7d5068d9 100644 --- a/install/install.sh +++ b/install/install.sh @@ -429,7 +429,7 @@ install_backends() { fi DOCKER_CONFIG_FILE="/etc/docker/daemon.json" - MIRROR_ADDRESS="https://dockerregistry.test2.websoft9.cn" + MIRROR_ADDRESS="https://registry.test2.websoft9.cn" sudo docker compose -f $composefile pull if [ $? -eq 0 ]; then echo "Docker Compose pull succeeded"