This commit is contained in:
qiaofeng1227 2024-06-20 08:43:35 +08:00
parent 7f7e89b2df
commit 49118f128b

View file

@ -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"