diff --git a/duokai.sh b/duokai.sh index 9046dde..464a8b6 100644 --- a/duokai.sh +++ b/duokai.sh @@ -43,7 +43,7 @@ else fi # 拉取Docker镜像 -docker pull nezha123/titan-edge:1.4 +docker pull nezha123/titan-edge:1.5 # 创建用户指定数量的容器 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.4) + container_id=$(docker run -d --restart always -v "$storage_path:/root/.titanedge/storage" --name "titan$i" --net=host nezha123/titan-edge:1.5) echo "节点 titan$i 已经启动 容器ID $container_id"