From eb133e035e5700aa8e2101f31d122d683c7e9711 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:42:30 +0800 Subject: [PATCH] Update duokai.sh --- duokai.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/duokai.sh b/duokai.sh index 70460b2..01319b3 100644 --- a/duokai.sh +++ b/duokai.sh @@ -43,7 +43,7 @@ else fi # 拉取Docker镜像 -docker pull nezha123/titan-edge:1.5 +docker pull nezha123/titan-edge:1.6 # 创建用户指定数量的容器 for ((i=1; i<=container_count; i++)) @@ -63,7 +63,7 @@ do mkdir -p "$storage_path" # 运行容器,并设置重启策略为always - container_id=$(docker run -d --restart always -v "$storage_path:/root/.titanedge/storage" --name "titan$i" --net=host nezha123/titan-edge:1.5) + container_id=$(docker run -d --restart always -v "$storage_path:/root/.titanedge/storage" --name "titan$i" --net=host nezha123/titan-edge:1.6) echo "节点 titan$i 已经启动 容器ID $container_id"