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"] }