diff --git a/install.sh b/install.sh index 57818f5..38c2ba2 100644 --- a/install.sh +++ b/install.sh @@ -58,7 +58,7 @@ if [ -x "$(command -v docker)" -a -x "$(command -v docker-compose)" ]; then if [ ! -f "/etc/docker/daemon.json" ];then sudo mkdir -p /etc/docker - echo -E '{"registry-mirrors": ["https://kn77wnbv.mirror.aliyuncs.com"]}' > /etc/docker/daemon.json + echo -E '{"registry-mirrors": ["https://mirror.baidubce.com","https://kn77wnbv.mirror.aliyuncs.com"]}' > /etc/docker/daemon.json sudo systemctl daemon-reload sudo systemctl restart docker fi @@ -78,4 +78,4 @@ else fi -rm -f install.sh \ No newline at end of file +rm -f install.sh