From 7c79bab2e09e84874e35ca90dc84c414a109cf56 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 13 Jun 2026 01:33:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Docker=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=8A=A0=E9=80=9F=E5=99=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cnphpbb --- etc/docker/daemon.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/docker/daemon.json b/etc/docker/daemon.json index 9f893f6..86c6603 100644 --- a/etc/docker/daemon.json +++ b/etc/docker/daemon.json @@ -14,11 +14,12 @@ } }, "registry-mirrors": [ - "https://docker.1ms.run", "https://docker.m.daocloud.io", - "https://hub.rat.dev", + "https://docker.1ms.run", + "https://docker.1panel.dev", "https://docker.367231.xyz", - "https://dockerproxy.net" + "https://dockerproxy.net", + "https://hub.rat.dev" ], "insecure-registries": ["hub.tp229.com:3500"] }