From beeb24f05eba468441d9b8d079ccac68977111d7 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Sun, 30 Jun 2024 17:13:19 +0800 Subject: [PATCH] Update pi.sh --- zero3/pi.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/zero3/pi.sh b/zero3/pi.sh index 7c304b9..c15ab22 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -251,12 +251,7 @@ install_1panel_on_linux() { if command -v 1pctl &>/dev/null; then echo '{ "registry-mirrors": [ - "https://docker.mirrors.ustc.edu.cn", - "https://hub-mirror.c.163.com", - "https://docker.m.daocloud.io", - "https://ghcr.io", - "https://mirror.baidubce.com", - "https://docker.nju.edu.cn" + "https://docker.1panel.live" ] }' | sudo tee /etc/docker/daemon.json >/dev/null sudo /etc/init.d/docker restart