Update duokai.sh

This commit is contained in:
smeb y 2024-03-16 11:26:05 +08:00 committed by GitHub
parent e44c02b761
commit 78228d54b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ do
mkdir -p "$storage"
# 运行容器并设置重启策略为always
container_id=$(docker run -d --restart always -v "$PWD/$storage:/root/.titanedge/storage" --name "titan$i" nezha123/titan-edge:1.0)
container_id=$(docker run -d --restart always -v "$PWD/$storage:/root/.titanedge/storage" --name "titan$i" nezha123/titan-edge:1.1)
echo "Container titan$i started with ID $container_id"