Skip to content

Commit 5ccd550

Browse files
committed
feat: More docker registry mirror
1 parent ad68110 commit 5ccd550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script/install-llbot-docker.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,12 @@ if [[ "$use_docker_mirror" =~ ^[yY]$ ]]; then
291291
# Docker 镜像源列表
292292
DOCKER_MIRRORS=(
293293
"docker.1ms.run"
294+
"docker.1panel.live"
295+
"dockerproxy.net"
294296
"hub.rat.dev"
297+
"docker.m.daocloud.io"
298+
"registry.cyou"
299+
"proxy.vvvv.ee"
295300
"001090.xyz"
296301
)
297302

0 commit comments

Comments
 (0)